Quoteory
(Quoteory)
March 5, 2021, 12:07pm
#1
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
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.
Quoteory
(Quoteory)
March 5, 2021, 2:17pm
#3
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.
Quoteory
(Quoteory)
March 6, 2021, 10:12am
#5
Still not perfect, but I was able to slightly increase the quality by removing the stroke off of the bar
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.