Billboard Gui Scale Issue

Hello there,
i made some sort of name tag and now the billboard gui scales small when i zoom in and out. I only have StudsOffsetWorldSpace to 0, 2.5, 0, Textboxes are all TextScaled on.

Need help, if you could help thank you!
Goodbye

TextScaled goes with the pixel size of text,
so assume the text is 10 pixels high at a distance. when you zoom in, it will scale to still be 10 pixels high

you should disable TextScaled, set all the GuiObject to strictly use Scale in their Positions and Sizes, and then set the BillboardGui’s Size to use Scale
I think the Size was all Offset by default. if not, make the BillboardGui use Offset instead of Scale