Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Players = game:GetService("Players")
- local LocalPlayer = Players.LocalPlayer
- repeat wait() until LocalPlayer.Character
- while true do
- wait()
- if LocalPlayer.Character.Humanoid.MaxHealth ~= 100 then
- LocalPlayer:Kick("Exploiting")
- wait(10)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement