Help with BilboardGUI!

Hello!
Do you know these nametags that is flying up your head ?
If yes you know these nametags using Hotels, But the problem is whenever you are going far the text is getting bigger but I do not want that I want it will stay in the same size!
Thank for any help!

Use Scale instead of Offset for the Size.

Set MaxDisplayDistance to something like 50. That’s what I did for my game.

None of these things aren’t working @COUNTYL1MITS @Ty_IsHomeSchooled

Can you send a video or screenshot? MaxDisplayDistance should definitely work.

Yes there


Can you show a screenshot of the properties of the BillboardGui object?

Try adjusting the scale so it is equal to what the offset is, and make offset 0 (in size.)

Wow

No, scale should be equal to something like “0.75,” something visibly equal to what the offset size was giving.

I dont know what you mean ?

Instead of having the scale be 200, 50 use smaller numbers.

1 Like

For scale, it is the entire length. So scale 1 for x is the entire screen across while scale 1 for y is for the entire screen down. You have to make it like 0.3 or 0.7. Anything below 1

Offset works by pixels. Scale works by decimal amount of the canvas it takes up.

So the scale should be much smaller than the offset.