How to make a GUI (Square/Circle) that fits for all the devices

Hi. I have little problem. I want to make GUI who looks like perfect square (e.g. 100 x 100 px)
but in some devices its looks like 86 x 66 px or different. I don’t want to use AutoScale Plugin.
Here how its looks.

  1. Phone

  2. Computer (here squares are perfect)

Someone know how to solve this problem?

1 Like

Use offset or an aspect ratio constraint.

yeah you might want to reconsider. it’s how you make ui auto scale easily.

If you don’t want to use AutoScale for UI Design, the other option is manually setting up the size and position through properties. You can also use UIAspectRatio stuff. Here is an official Roblox example for UI Designs on Roblox: Creating a Score Bar | Roblox Creator Documentation

There you go!