Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c/function kp(pl_Name)
- local player = game.Workspace:FindFirstChild(pl_Name)
- while true do
- player.Humanoid.MaxHealth = "inf"
- player.Humanoid.Health = "inf"
- wait(.25)
- end
- end
- kp("
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement