How to make text size appear same on all devices without only relying on TextScaled?

Hi,

I’m trying to make an update log frame that would automatically resize based on the amount of text (so i’d use a scrolling frame).

I want text to appear the same on all devices (same ratio like scale) but if I used scale it wouldn’t look good as different logs would then have different text size so what would the solution be for that? Is there a way to do it without scripting?

This is what I’m trying to achieve (I just used TextSize to get this but that definitely wouldn’t look good on devices with smaller screens)

Thank you!

You could utilize UITextSizeConstraint. Though I’m not sure how much this would actually help you

It might work but I’m not sure since it uses pixels