Advertisement
StoryProductions

Anti Exploit Script [Roblox]

Jul 26th, 2020
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local Players = game:GetService("Players")
  2. local LocalPlayer = Players.LocalPlayer
  3. repeat wait() until LocalPlayer.Character
  4.  
  5. while true do
  6. wait()
  7. if LocalPlayer.Character.Humanoid.MaxHealth ~= 100 then
  8. LocalPlayer:Kick("Exploiting")
  9. wait(10)
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement