of     1   

callduty200
#171069027Thursday, August 13, 2015 10:38 PM GMT

im triying to make a respawn button but when you go in test and you dont press the button there gone. local respawnCarsBlock = game.Workspace.RespawnCarsBlock function respawnCars() print("I am going to respawn now.") end for _, object in pairs(game.Workspace:GetChildren()) do print(object.Name) if object.Name == "Car" then print("This is a Car! We need to destroy it") object:Destroy() end end respawnCarsBlock.Touched:connect(respawnCars) and its in server scriptstorege plzz help
Iterum
#171069576Thursday, August 13, 2015 10:43 PM GMT

Woah man...space your code out. Also, use LoadCharacter() to respawn a player. -ChiefDelta/Discommodate/iC7G/Vulnerite + 100 other accounts
callduty200
#171069682Thursday, August 13, 2015 10:44 PM GMT

it is but i copy pasted it

    of     1