Whenever I go to test the game It deletes itself?
--1337Zombiegamer-- local Van = Lighting.Van while true do local Vehicle = Van:Clone() Vehicle.Parent = Workspace wait(30) end
local Van = game.Lighting.Van while true do Van:Clone().Parent = game.Workspace wait(30) end
This shall fix the script, you can't exceed amount of times you re-enter a clone into workspace.
if this helped +1, if this answered your question check mark.