Restricting the BillboardGui size?

I’m attempting an Inventory-Style that relies on BillboardGuis.

As you can see from the image, I have the issue of the Sizes’ adjusting whenever the camera moves - How could I go about fixing this to allow for the entirety of the BillboardGui to remain a single size through-out?

I’m not sure, but I feel like Absolute size would be where to look?

1 Like

You need to use offset while scaling and positioning.

1 Like

You need to use either offset or scale when sizing and positioning GuiObjects and the BillboardGui. You can’t just have the BillboardGui sized with scale and GuiObjects inside of it sized with offset, or you’d get the result you have. You must stick to one.

1 Like