Advertisement
Ayray

Untitled

Dec 15th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local banlist = {"newpreciousdiscoboy5", "lookingforbbbossman", "1DancingMadman1"}
  2.  
  3. while true do
  4. wait(0.1)
  5. for i,v in pairs(banlist) do
  6. local p = game.Workspace:FindFirstChild(v)
  7. if p then
  8. p:Remove()
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement