Animating the Scale property of UIScale instance with text in it causes flickering.
I apologize for the video quality, but the flickering is still visible.
None of the TextLabels use TextScaled and they are all sized with offset. However, we do use AutomaticSize throughout our entire UI.
Expected behavior
I expect no flickering when animating the Scale property, regardless of content.
whats happening here is just that the text scaled property is changing the size of the text and forcing on TextWraps, meaning with some intermediate scales, the optimal way to fit the text is by putting it on new lines
Im aware Im just saying that this issue is in fact occurring because at intermediate ratios, it thinks its better to wrap, which roblox may try to excuse as intended behavior (even if its not)