Hi! I am currently making a gui where you can buy skips. It looks like this:
I used autoscale lite to size it correctly and added UIAspectRatioConstraint to almost everything. The problem is, when I view it on mobile the buttons are all spaced out farther apart.
Mobile view:
There is no way to keep the scroll sliders the same size unfortunately. That’s the problem. The slider is too big which causes the gui to be messed up.
Oh in the image I thought that’s the problem. Anyways just create a “holder” frame. This will keep it from moving positions to drastically. So create the frame and scale it down to your liking. Then put all the guis inside.
Remove UIAspectRatioConstraint, and convert size and position to scale. The scrolling bar will always stay offset, as that is roblox’s preset, so you can just set the scrolling bar size to 0.
Already converted everything with autoscale lite. Im not worried about the scrolling bar, matter of fact I think it looks fine on mobile. Its the weird gaps in between the buttons that I don’t like.