Hello! I’ve been needing a bit of help with this empty top bar in my loading screen. I want the whole screen filled with the GUI frame, but it does not really let me?
A bit of help would really be appreciated!
Hello! I’ve been needing a bit of help with this empty top bar in my loading screen. I want the whole screen filled with the GUI frame, but it does not really let me?
A bit of help would really be appreciated!
I believe the Y Scale needs to be -0.1 for position (and, of course, 1.1 Y Scale for size). I remember seeing a solution, but can’t fully remember it
Set the IgnoreGuiInset
property of the SrceenGui to true.
Oh nice, it works! I’ve been having struggles with this too! Thank you!
I believe that the GUI inset is 36 pixels. Setting the position at -36 pixels is another way to get rid of it. It is probably best to set IgnoreGuiInset as was mentioned.