GUI screen locations help

Hey… Its been a long time since I developed in GUI, I wonder how do I fix this
In studio:

In game testing:

I tried to move the gui but it didn’t do any effects in game, If anyone knows how to fix this please reply and thank you in advance

1 Like

You have to make the size and position scaled, that should make it go to the same place. Also, if you want a specific ratio, you can use an UI aspect ratio constraint on the Gui.

Do not use the offset property of the udim2’s in the gui objects because its not a scaled value, its in pixels which are in ratio 1:1, scale’s ratio depends on the display size.

use scale for that, use autoscale to make it easier for you

  1. Change the size to 0,0,0,0
  2. Now Change the size with Scale not Offset (i.e. 0.2,0, 0.3,0)
  3. Add UIAspectRatioConstraint and change the AspectRatio