How do I make the middle of it stay in the same position even using aspect ratio constraint

,

Hello,
No ARC:
image
Have ARC:
image
It doesn’t in the middle when haves arc because the origin point is in the top left corner but I want it to be the top centre corner to make stuff a LOTTT easier
-Br, iSyriux

1 Like

Hello,
How do I do this with math instead though?
My idea is to
image
image

Hello,
My idea worked without aspect ration constraint
Step 1:
image
Step 2:
image
With ARC:
image

Hello, do you want it to be a perfect circle or an oval?

Hello,
I want it to be a perfect circle.

Change it’s AnchorPoint to (0.5, 0.5), it will be positioned from the circle’s center.

More info from DevHub:

1 Like

Go to settings and find and place the following:
Anchor Position Scale type

1 Like

Hello,
But I want to use scale size i know it’s possible

Hello,
I want this to be relative to any button on the screen, thats why I want to use math, not anchorpoint

I think you’re misunderstanding, using math in this case is extremely unnecessary. Changing the anchor point is the most efficient way. Please give their solution a try.

Hello,
Math is the solution to all things. I don’t want to be babysat by roblox’s build in functions when I can do it with math, although a more vigourous process, much more rewarding.

Dude, we’re trying to help you. Please don’t be arrogant, the built in functions are there for a reason, use them to your advantage. I’ll leave it at that.

Do you want ScreenGui to adapt to other screens?
If so, use anchor point and position.scale.