I’m trying to rotate a surfacegui frame, but when I do, the frame goes all squashed, how can I stop it from sizing it like that?
I think you can rotate the SurfaceGui object itself. I’m not sure though. Worth a try!
It looks like SurfaceGui.CanvasSize
isn’t the same aspect ratio as the underlying surface. A square, for example, should have equal X and Y dimensions. Alternatively, you can set SurfaceGui.SizingMode
to PixelsPerStud
.
it works now, thanks for helping!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.