Advertisement
Fyzeq

Autorespawn

Dec 15th, 2020
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 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