Go into the studio emulator for a mobile device (I used iPhone XR). Use an empty baseplate (any place file works). Go into play solo, and run
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
Then run
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, true)
When you run the second command, the leaderboard opening animation will flash on the screen for a short duration (a couple frames at most).
This also happens on my iPhone 12. It also happens when running SetCore(“TopbarEnabled”, true)
Expected Behavior
The leaderboard is added to the menu when you click the “…” button in the top right.
Actual Behavior
An annoying animation is played on the screen before the expected behavior happens. This degrades the user experience in my game since this flash happens whenever the player closes one of my UI’s (since I hide all of the coreguis).
Issue Area: Studio, Mobile
Issue Type: UI
Impact: Moderate