Advertisement
TayibThePro

BlackList Script2

Apr 21st, 2024
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local blacklist = {1368886360}
  2. game.Players.PlayerAdded:Connect(function(player)
  3. if table.find(blacklist,player.UserId) then
  4. player:Kick("you have been blacklisted")
  5. end
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement