ROBLOX STUDIO: I'm trying to make a full-screen menu for the player to buy things off but I'm finding that when I put a frame as a background then the GUI shuffles down to accommodate the built-in menu bar (leave game, chat, leaderboard), and I don't want this. See screenshot: Roblox screenGUI doesn't fill screen
I made a full screen GUI that is supposed to appear over the top of the user's screen and show them an upgrades menu, but it is not filling the screen and a line of world is still visible above it, at the menu bar with the leave game, chat, leaderboard etc. Again, see screenshot.
You should enabled IgnoreGuiInset
inside the ScreenGui
properties to make the gui ignore the default gui inset.