M4DH4X

auto kick roblox

Aug 28th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local PlayersWhichCanPlay = {masterhalo55 = true,
  2. jobro13 = true}
  3.  
  4. game.Players.PlayerAdded:connect(function(Player)
  5. if not PlayersWhichCanPlay[Player.Name] then
  6. wait(3)
  7. Player:Kick("Dont mess with Xpired")
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment