MaxDistance on BillboardGuis acting funny

  • What are you attempting to achieve? (Keep it simple and clear)

Name tag above player displaying their level and name.

  • What is the issue? (Keep it simple and clear - Include screenshots/videos/GIFs if possible)

Nametag dissapears after you zoom out not very far, and its not MaxDistance or atleast I don’t think it is because I tried changing to to inf or even 100 and it still had a threshold that it would dissapear at.

  • What solutions have you tried so far? (Have you searched for solutions through the Roblox Wiki yet?)

I’ve checked the Wiki and messed with some properties of the tag, and nothing seemed to work.

1 Like

What do you have the size set to on your BillboardGui? It could be the cause of the issue.

1 Like

UDim2.new(1, 0, 1, 0)

1 Like

I think it is likely the size of the text label itself causing this bug.

1 Like

Mm, has nothing to do with the MaxDistance property because that’s never acted finnicky AFAIK. One of the UI sizes is far too small. BillboardGuis are rendered smaller in size the further you move from them (unless you fix the size), so the X and Y values must be getting so small that they make the element “non-existent”.

3 Likes