When using UIScale along with AutomaticSize on TextLabels, on some specific Scale values, the text begins cutting off.
Minimal repro file:
uiscale repro.rbxl (50.3 KB)
The text inside gets cut off, despite it using AutomaticSize.
(Text used: This is a long sample text description
. the last word is cut off)
Additionally, even if the text isn’t originally cut off, it can begin cutting off if you change display scales. An example is seen below:
In the video, I’m originally at 150% scale, which clips the UI text. When I change the scale to 100%, it fixes itself.