How can I scale an element in a UIListConstraint for all screen sizes?

I have a custom player list UI, but I can’t get it to fit on larger screen sizes. Whenever I try to convert the element itself to scale instead of offset it seems to break things.

How can fix this and keep everything nice and scaled?

Can u copy the UILiustConstraint with the Frame and send it to me

There’s nothing special about either of them. I didn’t change any of the properties on the UIListConstraint and the frame is just a scrollingframe.

But could u send it so i modify it fast and send it to u

do Offset To Scale instead of adding a UIListConstraint

Where can I find that option? ​​​​​​​​​​​​​​​​​​​​​​​

create.roblox.com/marketplace/asset/1496745047

Figured it out, had to convert to scale (with this plugin) while I had an instance of my ui element parented to the scrollingframe with the UIListConstraint in it.