Issue with Loading Screen & Main Menu overlapping

Hey so I tried looking in to this issue everywhere but couldn’t find an answer so here we are. :smiley:

I have this issue where my Main Menu frames overlaps my Loading Screen which is something that I don’t want to happen.

Is there an effective way to fix this issue via code or by the frame properties?

It’s probably a simple fix but yeah any feedback helps haha :sweat_smile:

Assuming everything is in one ScreenGUI element, just change the ZIndex property of the various GUI elements to set the priority they render in. A higher value will render on top of a lower value.

If you use multiple ScreenGUI’s you need to set the ZIndexBehaivor to global so it considers the ZIndex’s of other ScreenGUIs.

I tried doing this but doesn’t work for some reason, I changed the ScreenGui ZindexBehaivor , I also set the priority they render in being the higher value will render on top but didn’t work.

What did work was changing the DisplayOrder in the ScreenGui and that worked. :smile:

2 Likes

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