Help with centering gui

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve?
    Center a GUI

  2. What is the issue?

  3. What solutions have you tried so far?
    I am already using scale but coregui drags my gui down.

Try putting the position at 0,0

and make sure there is NO OFFSET

There is not offset. It is fine with left and right but not with up and down, because of coregui.

Try using the Anchor Point Property then. (I recommend setting it to 0.5, 0.5 )

Try setting ScreenGui.IgnoreGuiInset to true, this will ignore the top ~36 pixels of the core Gui.

1 Like

Yeah, but then that will force the Gui to fill the entire screen.

@Maxi130TV
set the anchor point of the main frame to 0.5,0.5. Then set the position of the ui to 0.5,0,0.5,0

1 Like