Mobile PlayerList plays annoying animation when using SetCoreGuiEnabled

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

1 Like

Thanks for the report! We’ll follow up when we have an update for you.

3 Likes

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