Is there a way to find player's account creation anniversary month through userid?

  1. As of right now, I want to make a system to find out which part of the year they joined roblox. (Ex. printing out whether a user joined roblox in January or December based on their userid meaning they’re not in the game when checking.)

Is there a way to code this or can you only get the anniversary date of a user if they are in game?

If you have player id that means you have the player. There is a property called player.AccountAge You can use that to get when they joined then cut it to months or year

that function only works if the player was in the game, I’m looking for if the player is not in the game.