Disabling the topbar on first frame permanently hides account age and other information

After the new player list was released, I started encountering strange issues in a game I’m working on.

My username, account age, and health bar weren’t displaying at the top of the screen.

image

I’ve narrowed this down to have been caused by me running StarterGui:SetCore('TopbarEnabled',false) on the very first frame from ReplicatedFirst and then re-enabling it later. Doing this will permanently hide the information mentioned above. I’m fairly sure this didn’t happen prior to the player list update. I’m able to work around this bug by adding a short delay before running the initial SetCore.

Both myself and a friend have been able to consistently reproduce this on PC in a blank baseplate.

Repro file:
Repro.rbxl (17.7 KB)

1 Like