Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local blacklist = {Put User Id Here}
- game.Players.PlayerAdded:Connect(function(player)
- if table.find(blacklist,player.UserId) then
- player:Kick("Put Message Here")
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement