Ignore MaxDistance property for billboardui

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.

1 Like

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

2 Likes

k but now it wont show up at all

1 Like

Here
test.rbxl (44.4 KB)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.