Hi there, I need help with scaling my ImageLabels in a way that causes them to be positioned the same way on any screen size. Look at this example here:
As you can see, in this video at the start, the ImageLabels are positioned as intended, each of them touching the corner of the other. But if I resize the screen, their positioning and sizes adjusts, disrupting this. Is it somehow possible to achieve them touching corners on any screen size?
the way i do it is, i add an invisible frame that covers the whole screen, and then put a UIAspectRatioConstraint in the frame and scale it correctly to fit the whole screen (i use autoscale lite to make it easier https://create.roblox.com/store/asset/1496745047/AutoScale-Lite) and then put all the gui elements that i want to resize in the frame, and it should work