Isaiah20Yt

INF Health :D

Mar 8th, 2021 (edited)
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. local Character = Player.Character
  3. local Humanoid = Character.Humanoid
  4.  
  5. print('Godmode working.')
  6.  
  7. Humanoid.MaxHealth = 999999
  8. Humanoid.Health = Humanoid.MaxHealth / 2
  9.  
  10. Humanoid.HealthChanged:connect(function()
  11. if Humanoid.Health < 10 then
  12. Humanoid.Health = Humanoid.MaxHealth
  13. end
Add Comment
Please, Sign In to add comment