wait ".5" script.Parent.Parent:Destroy()
I have a model>part>script (Above) Does not wait...
If you want to wait, you need to use brackets like this: wait(0.5) or wait(.5)