SetAccountAge (Method)
From Legacy Roblox Wiki
Jump to navigationJump to search
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
SetAccountAge( Integer accountAge ) | |
Returns | nil |
Description: | Sets the AccountAge property to the argument passed. |
Member of: | Player |
Example
If not locked, this would set the age to 365: game.Players.LocalPlayer:SetAccountAge(365)