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.
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.
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.
Thanks, it worked. I forgot that option I was using the ZIndex but that is ofc for the stuff into the UI.
No problem, I had the same problem and couldn’t find the solution anywhere. Glad I could help