The gui is put on different sides. how do i fix it?

,

help me plz

Ah, simple way to scale the ui relative to screen size is by changing the scale. If you don’t know what scale is, it’s the percentage of the screen size. Each gui size or position is made up of 4 numbers, ‘scale’ and offset. Offset is what makes up your gui or in other words pixels. You cant literally change the scale, so this plugin may be helpful https://devforum.roblox.com/t/plugin-autoscale-lite-for-guis-scale-your-ui/217704. There is also UIAspectRatioContraint, which can keep ensure your gui is in a specific ratio even if scaled. You can find that here, https://developer.roblox.com/en-us/api-reference/class/UIAspectRatioConstraint

2 Likes