its annoying when a billboard ui automatically enabled/disables itself based off the max distance.
the reason i want to disable this is because i dont like how the distance is relative to the camera and i want it to be relative to player, so i have a loop that will enable/disable it based off player distance.
this would work however the maxdistance property gets in the way.
You can just set the MaxDistance to inf, just spam numbers in the property panel until it gets set to inf when you press enter. Or set it to math.huge if you need to do it from a script