Hello developers and art designers, I was wondering if there’s a way to stop UICorner from scaling when in BillboardGui, if there is any of course.
1 Like
There is a СornerRadius property in UICorner’s properties that contains Scale and Offset. Scale is the first parameter in CornerRadius, and Offset is the second parameter, which is separated by a comma from the first. If the second parameter is zero, then the UICorner will not change when the camera is moved.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.