Gui doesnt fit whole screen

if i am in edit mode the gui fits the whole screen but when I press play the gui doesn’t fit the whole screen


how do I make it fit the whole screen if I play?

Because of the roblox top bar. Just scale the y axis of the frame a little more to cover that

the y scale is .5 times bigger then the players screen but it still shows the topbar

you might need to position the frame up more then, its probably scaling the opposite way

okay i get it now thx it worked

np, good luck with the rest of the game

1 Like

The ScreenGui has a property called IgnoreGuiInset, which, when set to false, reserves a 36 pixel gap at the top of the screen for the Roblox top bar.

4 Likes