game.Players.PlayerAdded:connect(function(player)
wait(0.5) --Wait for the character to load........
print("A player has entered, killing him >:D")
Player.Character:WaitForChild("Humanoid").Health = 0
end)
What I needed it for:
http://www.roblox.com/games/272257101/Low-Key-AF
(GUI/ animations broke on first spawn in)
tankz. : )
(Reason why I couldn't fix it- I'm really just too tired RN, and didn't feel like waiting till tomorrow)