SnarlyZoo
(SnarlyZoo)
1
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
fxep1
(fxe)
2
Would this work in your case? TextService:GetTextSize
1 Like
SnarlyZoo
(SnarlyZoo)
3
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.
SnarlyZoo
(SnarlyZoo)
5
No, I worked out a different solution using textLabel.TextBounds. If you need more help you can pm me.