Gui won't show in studio despite being in StarterGui

Hey everyone! So I inserted this Gui into my StarterGui, but for some reason it won’t show up on the screen. The transparency is all 0. My show UI button is showing the other UI’s I have. I don’t know why this isn’t working.
image

Well, there’s nothing inside the ScreenGui if that’s what you mean. ScreenGuis are not visible until another object is in it. Think of it like an invisible shelf. You can’t tell it’s there until objects seemingly floating there are added onto it.

I just found out what the problem was. There is a button in properties that says “visible”. It was turned off.