Advertisement
Mitko1223tm

TM blacklist(not done yet and will never be done))

Oct 14th, 2017
102
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 = {"wrekthedarticninja","pdnghiaqoi","NuclearPowerBr100","LUCCAFRIZZERA","lolman2069"}
  2.  
  3.  
  4. game.Players.PlayerAdded:connect(function(plr)
  5. for i,v in next, banlist do
  6. if plr.Name == v then
  7. plr:Kick()
  8. else
  9. end
  10. end
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement