Advertisement
DaDogeDevelopment

Account age

Jun 13th, 2023 (edited)
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function accage(player)
  2. if player.AccountAge >= 10 then
  3. else
  4. player:Kick("You are banned until your account age reaches 10. Have fun!")
  5. end
  6. end
  7.  
  8. game.Players.PlayerAdded:connect(accage)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement