Getting TextSize of a TextScaled object

I’m trying to move an icon after where the text ends (shown in image), however, the text label uses TextScaled, and reading the TextSize doesn’t work because it isn’t changed.

I’m trying to use TextService’s GetTextBoundsAsync to get it to work.

Are there any other way to achieve the same results?
image

you could just use AutomaticSize on X with some padding
i also put Left TextAlignment

image

image

image

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.