How do you make the UI go all the way to the top once the Topbar is disabled?

Hiya! I have just begun making a Rank Centre and disabled the Topbar.

And, I just wanted to know how on earth do I make the UI go all the way to the top?
If you don’t know what I mean here is a video: https://gyazo.com/74ce5561cc18228e70c6d844867ae85d

If someone could help me on this? Thanks I’d appreciate it.

ScreenGui.IgnoreGuiInset = true
alternate:
GuiObject.Position = UDim2.new(0,0,0,-36)

2 Likes

Ah, ok thanks. Could you tell me where this goes?

Its a property of a screen gui, in properties make ignore gui inset checked

1 Like

Thank you so much for the help!

1 Like