Advertisement
metilol

Untitled

Mar 19th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. game.Players.PlayerAdded:connect(function(plr)
  2. plr.CharacterAdded:connect(function(chr)
  3. repeat wait() until chr.Humanoid
  4. chr.Humanoid.Died:connect(function()
  5. plr.LoadCharacter()
  6. end)
  7. end)
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement