Issues with GUIs not showing

Hello, I am having issues with my programming project. The GUI nodes are invisible, shows a black screen when the project is running. Previously it was all working well and I had multiple different menus and screens. Does anyone know what the issue may be and any solutions to salvage my work. Thank you in advance.

I also had another game project make its way into my main file.
game.zip (305.7 KB)

Seems the alpha value for all of your gui nodes is set to 0. Set them to 1 and try again.

1 Like