Nameplate billboard gui quality lowers if further away

My billboard gui looks fine when you are close, but even if you go a little further away it becomes insanely blurry.

Close

Slightly further away
image

Is there an easy way to fix this? My only other idea is to use a screen gui and position and resize it based on Camera:WorldToScreenPoint, but that is my last resort. (But this will be tricky since you can only use one stroke size for text labels)

1 Like

maybe use a surface gui instead of a billboard.

That would cause more issues than using billboard guis (Limited text size, only visible from one direction, probably blurry too etc)

I guess those are valid reasons, in that case, you may want to play with some properties
may be the DistanceLowerLimit property.

or the DistanceUpperLimit property.

Still not perfect, but I was able to slightly increase the quality by removing the stroke off of the bar

image

I’m sure it can be improved even further by converting it into a screengui and positioning it manually via script, but that is a lot more work.