UI ratio constraint not working

,


I usually work on my monitor, and I scaled the UIS relative to the size of my monitor. I have UI aspect ratio constraints in all GUI children and descendants. However, I hopped on my computer which has a smaller screen, and the scaling is messed up. I don’t know how to fix this, since nothing works. The aspectratio does not fix anything.

Hi! I would recommend you to use this plugin: https://devforum.roblox.com/t/plugin-autoscale-lite-for-guis-scale-your-ui/217704. Since it’s pretty easy to use, and free!

It always works properly with me, even when using different kind of screens.
I would also recommend you to set the Anchor point of your Guis to 0.5, 0, 0.5, 0, and changing the Offset values to Scale.

Idk if it’s what you meant, but I hope it works to you!

You need to learn how to size UIs. And pro tip: don’t use plugins.

Edit the scale and offset values manually.