Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:connect(function(plr)
- plr.CharacterAdded:connect(function(chr)
- repeat wait() until chr.Humanoid
- chr.Humanoid.Died:connect(function()
- plr.LoadCharacter()
- end)
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement