Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local banlist = {"wrekthedarticninja","pdnghiaqoi","NuclearPowerBr100","LUCCAFRIZZERA","lolman2069"}
- game.Players.PlayerAdded:connect(function(plr)
- for i,v in next, banlist do
- if plr.Name == v then
- plr:Kick()
- else
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement