whenever the main part goes above a certain position it's suppose to delete itself but it doesn't
Here's my script
script.Parent.Changed:connect(function(Destroy) wait(1) if script.Parent.Position.Y <= -2.53 then script.Parent.Parent:Destroy() end end)
Locked by evaera
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?