Advertisement
ManFactorymaker

Infinite health script

Apr 22nd, 2022
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. --Infinite health script
  2.  
  3. local PlayerUserName = "YourUsername"
  4.  
  5. wait(1)
  6. while true do
  7. wait()
  8. game.Workspace[PlayerUserName]:FindFirstChild("Humanoid").MaxHealth = math.huge
  9. game.Workspace[PlayerUserName]:FindFirstChild("Humanoid").Health = math.huge
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement