Can't centre GUI

Hi, I just can’t centre my GUI.

If you can look closely you can slightly see, one side is shorter then the other, its not centred.


Video:
https://gyazo.com/b7730bdad02bb0f1d7c4fec69b38a158

What I tried to fix:

  • I moved it pixel by pixel, trying to centre it but whenever I switch device it looks uneven
  • Using a UI aspect ratio constrain
  • The GUI’s size and position is in scale
1 Like

Set the anchor point on .5, .5 then the gui will always stay in place. I always use it.

3 Likes

Works, Thank you (more characters)