Fit gui on all devices

I want to achieve something like this:

Mine:

How do games keep their guis the same?

2 Likes

The best way I find to fit all GUI to the same proportion of the screen for each device is to set the size and position using scale not offset. Scale scales it proportionally to all devices screens.

2 Likes

I’m using scale for positioning and size.

2 Likes

I’m using this plugin to scale them:

2 Likes

Hmm ok. I don’t know about any other work arounds, but make sure there is no offset. As for the plugin, I’m not very experienced with them so I can’t really help there sorry.

You may use SizeConstraint for this so what are you gonna do is convert the size of the UI to Offset and input that value on the SizeConstraint after that you may convert the UIs back on Scale.

1 Like