Hello, I am new to scripting and I am working on a gui for my game. The problem is I do not know how I can put my gui on top of the new roblox’s gui.
Example:
Problem
What I want is the text to touch the top of the screen and ignore the topbar. I know it is something to do with IgnoreGuiInset but I do not know how to use it.
Any suggestions?
You use IgnoreGuiInset by using it. Not sure what the question is here. Try experimenting and searching before posting threads, you could resolve this with a little tinkering around.
Alternatively, use GuiService:GetGuiInset() to get the pixels the topbar occupies and account for that when setting the Y offset value.