I have a Billboard gui with a frame. The frame has a UiStroke and UiCorner inside. When the player is close to the frame, it looks normal. However, once the player backs up from the frame, it starts changing shape and looks really ugly. I’m not sure if I need to change a property or something else. Any help is much appreciated!
Unfortunately, I think that has to do with how Roblox’s UICorner and UIStroke work. The UICorner is making the UI appear more like a square from a far distance (camera). And, the UIStroke is making the boarder around the UI be differently sized based on how far away the camera is.
What I assume Bpandu was saying is that the UICorner and UIStroke you are using have an Offset on the CornerRadius property and Thickness property respectively. This should also be noted: