Hey! I’m trying to make my GUI’s appear after a certain time it looks like this and I want the gui’s not to be there only the loading screen. Please help.
You can just have a folder in your starter gui containing all the guis that are seperate from the loading screen and run a simple for loop through said table and change their visible or active (i forget which it is for screen guis) to false and when the loading is over you can just set them all to true.
1 Like
in gui properties the should be something called “Zindex” change the value of it to 1
1 Like
Set the intro’s ScreenGui’s DisplayOrder to 1, and it should work.
1 Like