The toolbar (which is at the top of the screen) is being shown in front of my game’s loading screen, even though the loading screen’s ZIndex
is at 3 and the toolbar’s ZIndex
is at 1.
More info:
- The loading screen is replicated first, and is placed in the player’s
Player.PlayerGui
via script. - The toolbar is already in the
game.StarterGui
. - Both of the
ScreenGui.ZIndexBehavior
's are set atGlobal
.