Anaminus / roblox-bug-tracker

Formerly an unofficial bug tracker for Roblox.
33 stars 24 forks source link

[bug] [engine] UIScale doesn't scale position and size unless repositioned otherwise #843

Open SwimyGreen opened 7 years ago

SwimyGreen commented 7 years ago

If you put a UIScale object inside a ScreenGui and set it to any value in Studio, it will render properly when you test your game: originalscale

But if you change the scale without resizing the screen or each GUI object you want to resize, only the text will actually scale: afterapplyingscale

Resizing the window after changing the UIScale will fix everything, resizing the individual GUIs will fix only those GUIs and their children. Seems to apply in studio and online mode on both PC and iOS.