When the Topbar is disabled and then re-enabled, the player’s name, age restrictions and health bar are no longer visible. However, the chat, inventory and emotes icons reappear as expected.
This occurs both in Studio and in-game.
This started happening today.
The problem is consistent and has occurred 100% of the time.
Repro:
A LocalScript placed in StarterPack, StarterPlayerScripts, or ReplicatedFirst containing the code below.
The problem does not occur without a wait statement.
I tested this in a completely new place.
local StarterGui = game:GetService("StarterGui")
StarterGui:SetCore("TopbarEnabled", false)
wait(1)
StarterGui:SetCore("TopbarEnabled", true)
With wait statement:
W/out wait statement:
Specs: Intel Core i7-8700 @ 3.20 GHz, 16 GB RAM, NVIDIA GeForce GTX 1060 3GB
If you require any more information please let me know.