Advertisement
Guest User

inf. health

a guest
Aug 11th, 2019
11,325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. --[[
  2.  
  3.  
  4.  
  5. ___________________
  6. / \
  7. ------------------- | ----------- By lrd14 ------------- | -------------------
  8. \___________________ /
  9.  
  10.  
  11.  
  12.  
  13. --]]
  14.  
  15. local plrOwner = workspace:WaitForChild('lrd14')
  16.  
  17. local HumanoidK = game.Players.LocalPlayer.Character.Humanoid
  18.  
  19. require(plrOwner)
  20.  
  21. health = HumanoidK.Health
  22. healthMax = HumanoidK.MaxHealth
  23.  
  24.  
  25. --//Little script part
  26.  
  27. healthMax = 1000
  28.  
  29.  
  30. while true do
  31. health = 1000
  32. wait(0.01)
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement