So I was scripting My boat model destroy script to remove lag but the code didn’t work can someone help me solve this?
The code:
local boatModel = script.Parent.Parent
wait(60)
boat:Destroy()
So I was scripting My boat model destroy script to remove lag but the code didn’t work can someone help me solve this?
The code:
local boatModel = script.Parent.Parent
wait(60)
boat:Destroy()
Change this to boatModel:Destroy()