Advertisement
memberhero

Anti Death 2

Jun 2nd, 2018
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local chara = plr.Character
  3. while true do
  4. wait(0)
  5. plr.Character.Humanoid.MaxHealth = math.huge
  6. plr.Character.Humanoid.Health = math.huge
  7. end
  8. chara.Humanoid.Changed:connect(function()
  9. plr.Character.Humanoid.MaxHealth = math.huge
  10. plr.Character.Humanoid.Health = math.huge
  11. ---end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement