GUI Size/Position Problems

Hello again, how may I fit a GUI on mobile/pc at the same size and position, as in my games I find on diffrent devices my GUIS hang over or are just very very small or big.

Sometimes there legit just broken.
I just want to be able to size a GUI and position a GUI the same on all devices.

Try inserting a UISizeConstraint into the UI.

1 Like

You can always use Autoscale Lite to make sure your UI’S are the same on all devices. There are other ways, but this is the easiest for me.

1 Like

HMmmmm ok.
I will try this.

(XMXWSJID#@*328348)

Tried this, never worked for me.,

Hmm, weird. Seems to work ok for me.

1 Like

Then try using a UIAspectRatioConstraint instead and insert it into your TextLabel or something, and adjust the properties to whatever you desire,

1 Like

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