Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- || 📜 AUTHOR: @4zx16 || AGE LIMIT
- ]]
- local Configuration = {
- Limit = 100;
- Reason = "Your account doesn't meet Limit requirements!";
- }
- local function OnEntered(Player)
- wait(1)
- if Player.AccountAge <= Configuration.Limit then
- Player:Kick(Configuration.Reason)
- end
- end
- game.Players.PlayerAdded:Connect(OnEntered)
Add Comment
Please, Sign In to add comment