deyzaeuhfowkf

hp stuff

May 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. p = game.Players.LocalPlayer
  2. char = p.Character
  3. local char = p.Character
  4. torso = char.Torso
  5. neck = char.Torso.Neck
  6. hum = char.Humanoid
  7. hum.MaxHealth = 10000
  8.  
  9. local H = script.Parent.Humanoid.Health
  10. local MH = script.Parent.Humanoid.MaxHealth
  11.  
  12. if H < MH then
  13. wait(1)
  14. H= H + 500
  15. end
  16.  
  17.  
  18. hum.Health =hum.MaxHealth
Advertisement
Add Comment
Please, Sign In to add comment