Player.AccountAge not working

Player.AccountAge is showing up incorrectly
image

I’ve looked around and found no posts about this glitch/error. I noticed the issue when my game kept limiting what I could, as it is supposed to since my AccountAge seemed to be 0. I’ve tried it in 2 separate games so the issue isn’t due to any error in one.

I wrote up a simple script in a test place and got the image underneath it as the output.

local Players = game:GetService('Players')

Players.PlayerAdded:Connect(function(Player)
	print(Player.UserId)
	print(Player.AccountAge)
end)

image

3 Likes

Try making a bug report, let roblox know about this

2 Likes

For me, it works fine: (used your script to test)
image

Did you try testing ingame?

1 Like

I just tried testing in Studio.

1 Like

Hey again, kinda off topic but can you help me with another issue I have with my code?

after this ofc

1 Like

I’m also encountering this, it says AccountAge is 0

2 Likes

Just published the test place and tried it and AccountAge works fine.
image

1 Like

I think it was resolved, I’m getting the correct output now.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.