Roblox GUI won't show up when added to another GUI

I am trying to add GUIs into my GUI Frame, and when I do they don’t show up!
I have some idea that It might be the scale of the GUI Frame that offsets a GUI parented to it
but I’m still not sure.
image


as you can see, the scrolling frame doesn’t show up.
here’s the size of the frame it is parented too:
image

Maybe try putting the Scrolling frames ZIndex to 2?

Hello
it seems you rescaled the ScrollingFrame a little too much on The Y type
i suggest setting it 1,1001 and then change the sizes after but dont change the first number over 2 because it will rescale a lot based on the parented instance. (unless you do want to rescale it over 2)

Thanks! this appeared to be the issue!