Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local banlist = {ID, ID, ID}
- game.Players.PlayerAdded:Connect(function(plr)
- for i,v in pairs(banlist) do
- if plr.UserId == v then
- plr:Kick("You are banned from this game!")
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement