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

Help w/ destroy object?

Asked by
FiredDusk 1466 Moderation Voter
8 years ago
wait ".5"
script.Parent.Parent:Destroy()

I have a model>part>script (Above) Does not wait...

0
I reccomend you open the output and refer to that before asking us. it should've detected this. HungryJaffer 1246 — 8y

1 answer

Log in to vote
0
Answered by
Avectus 120
8 years ago

If you want to wait, you need to use brackets like this: wait(0.5) or wait(.5)

Ad

Answer this question