Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer
- local Mouse = Player:GetMouse()
- local Character = Player.Character
- local Humanoid = Character:WaitForChild("Humanoid")
- Mouse.KeyUp:connect(function(Key)
- if Key == "r" then
- Humanoid.Health = 0
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement