Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- p = game.Players.LocalPlayer
- char = p.Character
- local char = p.Character
- torso = char.Torso
- neck = char.Torso.Neck
- hum = char.Humanoid
- hum.MaxHealth = 10000
- local H = script.Parent.Humanoid.Health
- local MH = script.Parent.Humanoid.MaxHealth
- if H < MH then
- wait(1)
- H= H + 500
- end
- hum.Health =hum.MaxHealth
Advertisement
Add Comment
Please, Sign In to add comment