Why do my UIs keep slipping?

  1. What do you want to achieve? I want to make an application center but my UI keeps moving.

  2. What is the issue? My Frame keeps slipping below where it should go.


    When editing in studio.

    When testing in studio.

  3. What solutions have you tried so far?

  • I have made sure the offset is zero and therefore scaled to all devices.
  • The scale equals 1 for the frame meaning it should take up the whole screen
  • I did remove the entire topbar
  • I have tried to extend it further but it did not work.

Thank you!
:laughing:

1 Like

Simply set the screen GUI’s ignore gui inset property to true, so the topbar won’t push the gui down.

2 Likes