What does a screengui do?

Hello, I’ve been messing around with screengui and noticed that when I play the game, it’s different from what I see on roblox studio.

for example this frame that is at the top:

is actually not:

HOW DO I FIX THIS ROBLOX BUG

NOTE: THE SIZE AND POSITION ARE SET TO SCALE

it’s avoiding the top bar, to fix this select the “IgnoreGuiInset” property on your ScreenGui

2 Likes

IgnoreGuiInset is set to false and it still is the same.

Actually, that property should be enabled so your UI is placed at the very top of the screen (in the top bar). When it’s disabled, Roblox makes it harder to position UI elements within the top 32 pixels of the game window.

5 Likes

should be enable, sorry i wrote that response late at night B)

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