Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. banned = "Kingofdogs11"
  2.  
  3. while true do
  4. wait(.01)
  5. a = game.Players:GetChildren()
  6. for b= 1, #a do
  7. if a[b].Name == banned then
  8. a[b]:Remove()
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement