Tweening AutomaticSize

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.

2 Likes

I think you would have to use TextService:GetTextSize(). Instead of AutomaticSize. Not sure tho.

2 Likes