#The part won't fall

1 messages · Page 1 of 1 (latest)

formal pawn
#

Hey. Can someone check my script to help me to find the issue?

if itemToAppear:HasTag("Dropper") then
                    while task.wait(waitToDrop) do
                        local clonedOne: BasePart = itemToAppear.DropperPart:Clone()
                        clonedOne.Transparency = 0
                        clonedOne.Anchored = false
                    end
                end
glad rover
#

.parent= ?

light talon
#

set the parent to workspace

#

And the position

#

And why u changing the base part functions to be the base

#

Like when u spawn a part its always unanchored and not transparent

glad rover
light talon
#

oh

glad rover
#

you're thinking of instance.new, they're using clone hehe