Get Size of Text with TextScaled

Pretty simple.

How do I get the TextSize of a text label when I use TextScaled.

I am not looking for the Vector2 Text Size with like TextBounds, but the Enum.TextSize stuff. The single integer!

When I print textLabel.TextSize it prints the default size instead of size it actually is at with TextScaled argument.

2 Likes

Would this work in your case? TextService:GetTextSize

1 Like

No that returns the Vector2 constraint, plus it requires the textSize variable which is what I am trying to find.

1 Like

Hi, sorry to necrobump but did you ever find a way of finding the textSize variable? I am having the same issue myself.

No, I worked out a different solution using textLabel.TextBounds. If you need more help you can pm me.