Hello, i need a help, how to make those ImageButtons fit on small screen devices?
![изображение_2021-09-29_095203](http://devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/4X/a/a/2/aa2bf988ec2d8f99a7a7c1cf7ce99488938d645f.png)
1st picture - how it should be
2nd picture - how it works
Use scale for sizing UI in most cases not offset, and to keep it a square you can add a “UIAspectRatioConstraint” into it.
Use scale for UI sizing, not offset (most of the time). You should also use UIAspectRatioConstraint. I’d recommend installing a plugin such as AutoScale Lite - Roblox or AutoScale Plus - Roblox. Autoscale Plus provides full automation and it’s only 50 robux. The lite version works fine too.