Non-Scaling Billboard GUI Type Object?

I am not sure how to make a non-scalable Billboard GUI. I know beams work in that same way, but I want it to face the camera at all times (Horizontal AND Vertical), and am unsure how to do so without a billboard GUI.

1 Like

Hi, to reach this you just simply need to use Scale and not Offset.

image

The Billboard GUI still expands when you move further away from it, that’s what im trying to solve

I know right, you just need to use Scale and not Offset for the BG and its descendants.

It’s an image that im attempting to use for it, would I do it with the imagelabel, or the billboard gui?

If you want to make it face the camera then use BillboardGui.

So It doesn’t expand infinitely anymore, but rather becomes unseeable beyond a certain point of the billboard gui outline, how would I fix this?

I have found it out, nevermind.

2 Likes

You can simply make it bigger, like {2, 0}, {2, 0}

2 Likes