Make a UI that is meant to be full screen, turn IgnoreGUIInset on
Expected Behavior
I expect the UI to take up the entire screen, even the region where the top-bar is.
Actual Behavior
Ever since Roblox added the new dynamic top bar, there’s been a region of about 50 pixels (I’m on 1080p) that never gets covered by UIs. It has moved my UI lower as well so things like crosshairs are no longer centered.
You can make a UI bigger than 1 on the y axis and move it up a bit, but it’s always a guestimate
Issue Area: Engine Issue Type: Display Impact: High Frequency: Constantly Date First Experienced: 2022-11-15 00:11:00 (-05:00) Date Last Experienced: 2022-12-12 00:12:00 (-05:00)
UPDATE: looking at those UIs again, they have IgnoreGuiInset disabled… somehow? I definitely did not intentionally disable it at any point, and they’ve been on ignore for literally years.
A workaround I found would be to disable the “Notched Screen” Beta Feature in Studio, and republish the game. It seems to be something with that feature messing with the property.
Hi @CDDevelopment and others, sorry you are encountering this issue!
As @luvebrainz pointed out, the IgnoreGuiInset not reading/saving correctly is a bug that occurs if you have turned on the “Notched Screen Support” Beta Feature and you are editing a place with TeamCreate enabled.
Could you check if you have the “Notched Screen Support” Beta Feature enabled in File>Beta Features in Studio? If so, please try disabling it, you should be able to read/save the IgnoreGuiInset property correctly after this!
Please let me know if disabling the beta fixes the issue.
OK I see. Could you please provide some more details about which specific issue you are seeing?
For example, when you save a ScreenGui with IgnoreGuiInset=true to a TeamCreate place, does IgnoreGuiInset load correctly the next time you open the placefile?
Or, is IgnoreGuiInset set to true, but the ScreenGui contents are not placed behind the Roblox top bar? In Studio, Client, or both?
Would you be able to provide an example place where you are seeing the issue?
Do you have a place demonstrating this issue that is uncopylocked? Or, could you create a minimal uncopylocked example place showing the IgnoreGuiInset not saving?
I tried to repro IgnoreGuiInset not saving in a TeamCreate place with Notched screen support off, and it seems to save correctly.
Hi @CDDevelopment and @iGottic, just wanted to follow up on this. Are you still experiencing this IgnoreGuiInset bug? I believe it was fixed a while ago.