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
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
This would help
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.
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
Hey there ,
Could you give the BillboardGui so I can adjust it for you?
Oh, make sure that their Positions are in Scale as well. Forgot about that!
FixedGroupTag.rbxm (17.0 KB)
I hope this helps
I recommend comparing both versions to see what I have changed and to learn from it.
what did you change to make it do this?