Advertisement
zombieslayerwtf

pretty easy anti death...

Aug 4th, 2018
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. --execute it as local
  2. plr = game.Players.LocalPlayer
  3. Character = plr.Character
  4. Humanoid = Character.Humanoid
  5. Humanoid:SetStateEnabled("Dead",false)
  6. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement