k_dnn
(kdn)
#1
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.
JcOnRblx
(Jc_23)
#2
ScreenGui.IgnoreGuiInset = true
alternate:
GuiObject.Position = UDim2.new(0,0,0,-36)
2 Likes
k_dnn
(kdn)
#3
Ah, ok thanks. Could you tell me where this goes?
JcOnRblx
(Jc_23)
#4
Its a property of a screen gui, in properties make ignore gui inset checked
1 Like
k_dnn
(kdn)
#5
Thank you so much for the help!
1 Like