Advertisement
MisterH_t

Script FastReset

Feb 12th, 2021
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. - Script - ServerScriptService - FastReset -
  2.  
  3. game.Players.PlayerAdded:Connect(function(plr)
  4.     plr.CharactterAdded:Connect(function(char)
  5.         repeat wait() until char.Humanoid
  6.         char.Humanoid.Died:Connect(function()
  7.             plr:LoadCharacter()
  8.         end)
  9.     end)
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement