Billboard Scaling Problem

Anyone know how can I fixed this scaling issue, I know why this happening but I don’t know what solution to fix this


You should use a UIListLayout instead of a UIGridLayout! Then in each of the frames, add a UIAspectRatioConstraint to them. This will keep their size a square according to the default ratio of 1!

it kinda, But not the one that im trying to do; everything was scaled in size and each frame was already configure by UIAspectRatioConstraint do you have any better solution for this


overhead.rbxm (12.1 KB)
File

The aspect ratio of those frames is around 2, hence why they look like rectangles. I also corrected the position and size of each icon.

CorrectedUI.rbxm (14.5 KB)

1 Like

This the least doable! Thanks ill use this I’ll just gonna limit the MaxDistance so the scaling is not that noticeable

Use offset instead of scale.
unfortunately scale will warp everything inside of it.

if you set the billboard ui size to scale, then it should be fine