Hello
Today I noticed a new issue related to UI scaling.
When changing Screen GUI’s UIScale from 1 to 1.7, the labels inside the frame are not scaled correctly anymore:
There shouldn’t be any extra Y space in each of the TextLabels.
(Sidenote: unfortunately, the text wrapping changes slightly for different UIScale values, but that is currently “as designed” behavior because the text layout engine can decide different line breakings based on pixel rounding, which can change for different UIScale.Scale values.)
If you get a chance, could you please confirm if the issue is fixed for you? Thanks!