I’m trying to make a script where it tells how long ago you joined roblox like nullxiety,I have been looking for an hour and still can’t find anything so can you please help me
Player.AccountAge
Player | Documentation - Roblox Creator Hub.
print(Player.AccountAge)
local age = --number you want there account to be atleast
if Player.AccountAge < age then
end
This works. Thank you I appreciate it!