Mobile UI Elements not respecting ZIndex

I have an issue that when on mobile, a particular UIElement is overlaying my loading screen.

This does not occur on console, or pc.

The ZIndex of the target element is 1 and the loading screen is set to a large number which no other ZIndex is greater than.

Any ideas on why this may be happening?

Seems your loading GUI is in another screen GUI instance from frames that overlaying. In different screen guis zindex has no control. Zindex controls order to display frames in one single screen gui. If you want to change display order between screen guis use DisplayOrder property of each screen gui

1 Like

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