Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local PlayersWhichCanPlay = {masterhalo55 = true,
- jobro13 = true}
- game.Players.PlayerAdded:connect(function(Player)
- if not PlayersWhichCanPlay[Player.Name] then
- wait(3)
- Player:Kick("Dont mess with Xpired")
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment