How to scale a Gui over the Topbar

Hey there, I just made a loading screen Gui and turned off the Topbar. When I’m not play testing, the Gui covers the entire screen, but when I play test, it leaves out the part where the Topbar was. I’m not very good with Gui’s, any help would be appreciated :slight_smile:

This is when I’m playtesting:


This is when I’m not playtesting:

Check into the Gui, you’ll find a property called IgnoreGuiInset. Simply set it to false (Click on the box to remove the check) and now it will cover the whole screen!

4 Likes

Bro, thanks so much! :smiley:
(30charss)

1 Like

You can check into this too:

Have a look at the Scale and Offset Properties in the “Positioning Items in a screen GUI” section.

Thank you! I’ll have a look into it.