I want to make the topbar to be opaque. Usually I would have used SetTopbarTransparency however it is now depreciated. This means My loading screens will all be see through.
The issue is that I need an alternative to set the topbar to be opaque, especially after the new topbar update.
I have tried contacting other scripters, reading different devforum posts (and developer hub articles). I even tried making a gui with negative values to replace the topbar
This was really confusing me. Thanks for your help.
I haven’t tried this yet, however because of what the developer hub article states about the property, I am going to take your word for it
Edit: For everybody who needs an explaination for the solution here it is https://developer.roblox.com/en-us/api-reference/property/ScreenGui/IgnoreGuiInset
This property apart of screen gui will make the gui ignore the topbar, resulting in it starting at the vey top. it is a perfect counter to the new transparent topbar, especially if you are making loading guis