#need help with new instance

19 messages · Page 1 of 1 (latest)

elder cypress
#

What do you want it to spawn exactly

dry geyser
elder cypress
#

That?

#

Just clone it

dry geyser
#

how

elder cypress
#

Instance.new spawns a completely new instance rather than copying other instances

elder cypress
dry geyser
#

like this

elder cypress
#

No.

dry geyser
#

ok

elder cypress
#

For example


local part = script.Parent

local newPart = part:Clone
newPart.Parent = workspace
dry geyser
#

thanks

elder cypress
#

np

dry geyser
#

before clone'

#

after clone

elder cypress
#

I forgot the fix for that, but it's saved on one of my scripts

#

I'm using mobile atm