Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- local character = player.Character
- local mouse = player:GetMouse()
- while true do
- wait(0.1)
- if character.Humanoid.Health <= 0 then
- character.Humanoid:Destroy()
- wait(1)
- h = Instance.new("Humanoid")
- h.Parent = character
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement