Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game:GetService("Players").LocalPlayer
- local char = player.Character
- local human = char.Humanoid
- if human.Health == 0 then
- while true do
- human.Health = 0
- end
- end
- --reset for it to work!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement