Advertisement
InTesting

heal player loop

Dec 24th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. c/function kp(pl_Name)
  2.     local player = game.Workspace:FindFirstChild(pl_Name)
  3.     while true do
  4.         player.Humanoid.MaxHealth = "inf"
  5.         player.Humanoid.Health = "inf"
  6.         wait(.25)
  7.     end
  8. end
  9. kp("
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement