Advertisement
BaconsRBLX

ROBLOX Tool Ban

Jun 15th, 2019
1,064
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. wait(4)
  2.  
  3. --IsAllowed
  4. local Player = game:GetService("Players").LocalPlayer -- made by Beyond_Bacon
  5. local Backpack = Player.Backpack
  6. local Character = Player.Character
  7.  
  8. while wait() do
  9. for i,v in pairs(Backpack:GetChildren()) do
  10. if v.Name == "Toolname" then
  11. v:Remove()
  12. end
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement