How to make text look normally at tweening


How to fix it or change the text size?

Make sure that the text label is using scale for size rather than offset

This will make it so that it’s size is relative to it’s parent’s size (And make sure the TextScaled property is true)

‘TextSize’ is a tweenable property, just have a tween for the image label and text label run at the same time (at roughly the same rate).