Help with inventory button

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

  1. What do you want to achieve? Keep it simple and clear!
    Better GUI
  2. What is the issue? Include screenshots / videos if possible!
    It isn’t positioned properly on mobile.

    image
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried autoscale litte.Yes
    After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

Autoscale lite is broken, Use this plugin instead - Personal GUI Rescaler - Roblox

Additionally, Set the anchor points to 0.5, 0.5 for all the UI.

but it just squish my ui


image

have you tried UIAspectRatioConstraint? to keep your image’s ratio the same

from this [Plugin] AutoScale Lite for GUIs - Scale your UI

Adjust the AnchorPoint & use scale in your UI positioning rather than offset.

If you want to keep your UI element in the bottom right corner regardless of the device size, change the AnchorPoint to 1,1 then change the position to 1,0,1,0.
You can also adjust the offset positions if you don’t want it to display right in the corner; in the example I attached below, I set the position to 1,-20,1,-20