I Can’t Fill The Whole Screen With A GUI

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! :happy3:

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

2 Likes

Set the IgnoreGuiInset property of the SrceenGui to true.

2 Likes

this is the right answer, do what @Kabutey said and should work

Oh nice, it works! I’ve been having struggles with this too! Thank you!

1 Like

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.

3 Likes