Help with UI AspectRatio

Recently I been working on some UI and someone pointed out to me that one of my button’s “squish” and was recommended to use UIAspectRatioConstraints

I did some searching, and I found out I can just divide the absolute size’s as the aspect ratio and put it in the parent frame (frame.AbsoluteSize.X/frame.AbsoluteSize.Y) but it just completely goes off the screen would love some help.

Some information:

Using anchor point 0.5,0.5 for everything
Using scale sizing, and positioning

There is a plugin that solves this issue

Edit: found it, I found it on dev forum

I can’t use that, this is being create within fusion