How do I make the BillboardGUI stay the same size when I walk further away from it

I’m making this group rank tag BillboardGUI that goes above someone’s head, the main issue I am having is where when I zoom out the GUI appears to be huge

The question is how do I make it so it says the same size as I walk away from the character

6 Likes

This would help

1 Like

You need the Billboard Size to use Scale instead of Offset. Make sure everything inside of it uses Scale instead, so that nothing clips out.

Size using Scale:
{5, 0, 4, 0}
Size using Offset:
{0, 200, 0, 50}

Edit: Make sure the BillboardGui’s children’s positions use Scale as well.

2 Likes

Yes, I have tried this method, yet the problem continued

You need the Billboard Size to use Scale instead of Offset. Make sure everything inside of it uses Scale instead, so that nothing clips out.

I did that, yet I have another problem now, I get further away and it does weird things


Here is the parts of the GUI incase you need them:
GroupTag

Hey there :wave:,

Could you give the BillboardGui so I can adjust it for you?

1 Like

GroupTag.rbxm (6.0 KB)
Here you go!

1 Like

Oh, make sure that their Positions are in Scale as well. Forgot about that!

1 Like

FixedGroupTag.rbxm (17.0 KB)

I hope this helps :slight_smile:
I recommend comparing both versions to see what I have changed and to learn from it.

5 Likes

what did you change to make it do this?

1 Like