I have this label,
and it has AutomaticSize set to X.
I’m wondering how I could use AutomaticSize in such a way that instead of abruptly changing sizes, it would tween to the new X size whenever the text changes.
I have this label,
and it has AutomaticSize set to X.
I’m wondering how I could use AutomaticSize in such a way that instead of abruptly changing sizes, it would tween to the new X size whenever the text changes.
I think you would have to use TextService:GetTextSize(). Instead of AutomaticSize. Not sure tho.