Different results on same game

Hey all, I am creating a game. In this game, I have a loading screen and a main menu ui. The main menu ui would appear after the loading screen, but when I went to load up the game today, the UI would interfere with the loading screen. No changes to the script or game were made, so I copy and pasted the scripts into a new project. The Menu and Loading screen worked fine. Does anyone know how to fix this, or what may be the issue? Thanks.
https://gyazo.com/4106b290230b230a662d451c558d95d2

https://gyazo.com/ecb6a6b11d29c49b227ac2e25a0828c6

The only differences in the game is the terrain, and everything else is exactly the same with no errors.

This topic would best belong to #help-and-feedback:art-design-support
btw

You can try to tweak the .DisplayOrder of the GUIs to ensure that the menu always appears below the loading GUI

Simple as that :rofl: Thanks for the help :ok_hand:

1 Like

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