Heya, I’m actually a scripter making a game, and have no opportunity to hire a UI designer, so I’m trying to make a barebones UI myself. Obviously, I’m lost in the maze of scaling and aligning UIs.
I’m going to keep it short, I’m trying to get this frame to align with the sides of these four image labels:
Personally what I would do is have the parent of all the UI to one invisible frame. If you want I can do it for you if you get in contact with me. Let me know.
So create a frame and set it to the middle of the screen and 1,0,1,0 for size then make it invisible. Now add all the frames you want as children. If you really want you can the UIAspectRatio to make it the perfect size and scale for all devices.
I recommend this UI setup from a post by @Dummiez. I’ve been using this kind of setup for years now and it works splendidly. You’d want to create a box (see the post) centered in the bottom of the screen, then have the image labels and the frame that you want to keep aligned parented to the same box that you’ve just created. This way no matter what the resolution is, it will stay the same and scale properly.
Edit: Basically to create the box that’ll make sure its children stays proportionally correct to one another, you create a frame and set these properties: