Gui Overlaying my loading screen

Hi there,

I made recently a MenuUI and a LoadingUI but the MenuUI is over the loading screen.

How can I fix this?

Kind regards,
Uneprofessional.

1 Like

Try changing the “DisplayOrder” of the LoadingUI ScreenGui higher than the MenuUI ScreenGui. For example, make the MenuUI DisplayOrder 1, and the LoadingUI DisplayOrder 2. That should work.

1 Like

Thanks, it worked. I forgot that option I was using the ZIndex but that is ofc for the stuff into the UI.

1 Like

No problem, I had the same problem and couldn’t find the solution anywhere. Glad I could help :smiley:

1 Like