Recently I was messing a lot with UIs, and found out that I can make cool effect with SurfaceGui, as if I set it’s canvas size to not 1:1 ratio value, it will stretch it’s contents:
Sadly, this cool effect can be used only with
SurfaceGui. Mainly UI is placed on screen, and there’s no way of simulating same behavior - I can’t just say ScreenGui that it has 1:3 ratio.Also, there’s
UIScale Instance, which allows to resize uis, but only by both axises.So, I think, it will be cool if this feature request will be done, because I really often want to make text more tall, or wide, make it weirdly rotated, or such.

