Help me out with this gui

Hello guys, I have a problem with my gui. Can you guys help me how to script or fix it??

Do you guys know how that I’m gonna hide that gui when the intro come up???
Let me know in the comment or can just dm me on twitter or discord.
Twitter: @DevDolscx
Discord: Dolscx#5862

2 Likes

Go to properties of the loading screen and change Zindex to 1

Please, stop. We aren’t here to do work for you, nor spoonfeed you.

Each category here on the Developer Forum (!) has a template, I’ve see you removed the template and completely ignored it. Please, don’t do it again.

However, to do what you’re looking for, you will need to simply, either move it outwards the screen, or make it invisible, of course, by setting the Visible property to false. Via script.

1 Like

which one?? on the fram of loading gui or other one??

You can make everything else not visible while the loading frame is visible as well.

huh wdym??? do you know any script or anything??

Can you show the explorer of this GUI?

you got discord?? add me Dolscx#5862

For the GUI there is a property called “Enabled” and if you set it to false the GUI will be invisible.

1 Like

Yes, that is if these buttons and his intro frame are not in the same GUI. Otherwise he just has to set all other UI elements visibility to false while the intro is playing.

Here’s the picture of the loading gui

RobloxScreenShot20200829_001947143

Maybe this article can solve your problem

Go on Frame and then go to properties and then find zindex and then put it to more than 0