Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I delay an object to fall?

Asked by 5 years ago

I have an object, but when I test the game it falls too early for me to see it. Can you make a falling delay script? Or a script to set when it falls?

0
Anchored User#19524 175 — 5y
0
it still falls its just too fast AncientROBOBOT -13 — 5y
0
put a script in the object and put script.Parent.Achored = true Jacktra7 0 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

Drop a line and put wait(1) then drop another line and put script.Parent.Anchored = false

0
what do you mean by "Drop a line" and i dont really know what everything else means AncientROBOBOT -13 — 5y
Ad

Answer this question