Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NoobsIHate = {"ObviouslyASimpleName","U_M4","Memo1332"}
- function NewPlayer(plr)
- for i, v in pairs(NoobsIHate) do
- if v:lower() == plr.Name:lower() then
- plr:Remove()
- end
- end
- end
- game.Players.PlayerAdded:connect(NewPlayer)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement