Advertisement
TayibThePro

BlackList Script

Apr 21st, 2024
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local blacklist = {Put User Id Here}
  2. game.Players.PlayerAdded:Connect(function(player)
  3. if table.find(blacklist,player.UserId) then
  4. player:Kick("Put Message Here")
  5. end
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement