Advertisement
Shocker130000

Anti punish

May 5th, 2018
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. game:GetService("RunService").Stepped:connect(function()
  2. if game:GetService("Players").LocalPlayer.Character then
  3. if game:GetService("Players").LocalPlayer.Character.Parent~=workspace then
  4. game:GetService("Players").LocalPlayer.Character.Parent=workspace
  5. end
  6. end
  7. end)
  8. print("Anti Punish Loaded")
  9. for i,v in pairs(workspace:GetChildren()) do
  10. if v.Name==game:GetService("Players").LocalPlayer.Name then
  11. if game:GetService("Players").LocalPlayer.Character~=v then
  12. v:remove()
  13. end
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement