Hello, I’m currently making rank management using Noblox, the problem is, when I put the main frame and set the scale to X = 1, Y = 1, it doesn’t cover the topbar core GUI, how can I hide it?
Set the position of the frame to:
0, 0, 0, -36
and the size to:
1, 0, 1, 36
And then lastly set the ScreenGUI’s Layout order to anything above 6.
Nvm, I’ve found how to fix it, you just inversed X and Y, also, I used scale, because offset is depreciated.
you can ignore the topbar by going in the screengui properties and enabling “IgnoreGuiInset”
3 Likes