4zx16

Instant Respawn

Jul 18th, 2021 (edited)
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. --[[
  2.  Flie.Name = InstantRE.lua
  3.  Authors: 4zx16/4z#0001 and DisturbedKittie
  4. ]]
  5.  
  6. --[ RESPAWN FUNCTIONS ] --
  7. game.Players.PlayerAdded:Connect(function(plr)
  8.     plr.CharacterAdded:Connect(function(char)
  9.         char.Humanoid.Died:connect(function()
  10.             plr:LoadCharacter(true)
  11.         end)
  12.     end)
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment