Advertisement
Guest User

Instant-Respawn Script - by Roblox Tutorials

a guest
Nov 28th, 2020
4,118
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 1 0
  1. game.Players.PlayerAdded:Connect(function(player)
  2. player.CharacterAdded:Connect(function(character)
  3. character.Humanoid.Died:Connect(function()
  4. player:LoadCharacter()
  5. end)
  6. end)
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement