Why UI changes position?

Hey! i have a problem, in Studio they are at the position they should be


but when i launch the game they change position

someone knows why? (i already scaled with AutoScale lite and tried with AspectRatio)
Thank you! :')

Inside of your ScreenGui properties there is something called “ScreenInset”, put the value as “DeviceSafeInsets”

image


In addition there is also “TopbarSafeInsets” if your UI gets too big so that the expanding roblox button on the top left doesn’t overlap your UI but moves it aside, you can try around if you want.

(But for this case I would personally use the value “DeviceSafeInsets”)

1 Like

you can also enable IgnoreGuiInset, not a really needed option to change tbh.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.