UI not covering the entire screen when it should

Hello! I am making a loading screen that should cover the entire screen (the position is 0,0,0,0 and the size is 1,0,1,0)

The problem is that it doesn’t fill the entire screen and it seems to be lower in Y position than it should be.

I had this problem before, but it fixed itself and I don’t really know what I (or the mysterious Roblox studio gods) did to fix that Gui, so I want to know what is happening for it to be like this.

The Gui also doesn’t have any constraints on it, just other frames and image labels.

1 Like

You have to enable ignore gui inset property in the screen gui

2 Likes

Turn on IgnoreGuiInset in the ScreenGui containing that frame.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.