Hi, I’m trying to make this UI centered for all devices. As you can see it’s not centered for an iPad Pro (I used an Auto Scaler Plugin). I also don’t know how to make it directly in the middle of the screen. It seems to be a little too far to the left of the screen.
I’ve been having the same problem, but I just found thing page that says if you buy the premium version it does it for you. Here is the post: UiDesign plugins
If you’d like to keep it in the center then you can do this:
Set the Frame’s AnchorPoint to (0.5,0.5) and then if you set the position of the frame to: {0.5,0},{0.5,0} then this will keep the frame in the center of the screen at all times/all devices!
If you put all of these inside one frame that’s set to those coordinates then everything inside it will stay.
I think the SHOP sign is moving because it’s not inside the same frame as the shop.
I had this problem when I started Developing games, I recommend using https://www.roblox.com/library/1496745047/AutoScale-GUI, It will automatically add UIAspectRatioConstraints with the click of the button, It can also convert to Offset or Scale Pos.