I Need To Know How To Make A GUI Fit Perfectly on All Devices

You can write your topic however you want, but you need to answer these questions:

  1. So Basically I Have A Shop Gui But It Is Too Big For Mobile

  2. Here Is Some Screenshots


  3. I Have Tried Using Those Scaling Tutorials And The Plugin Called AutoScale Light.

Note If This Post Is Against The Rules In Anyway Please Flag Me

Convert the Offset into Scale of Size property so it will become automatic scaling base on the user’s device.

2 Likes

To do easier converting offset to scale (Vice-versa), I recommend installing this plugin so you will just do 1 click to make a size conversion.

Perhaps you make something not right. Or theres a script that handles the GUI size via Offset.

Thanks Apparently i deleted some of the useless parts of the scripts and it worked :heart:

1 Like

1 Like

I recommend adding a UIAspectRatioConstraint on the X button so it doesn’t look like that.

There’s an automatic UIAspectRatioConstraint on the AutoScale Lite