Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why is the visibility distance of my billboard gui not working?

Asked by
Jexpler 63
6 years ago

I have a rank tag script, and for some reason, the text labels inside of the billboard gui don't display very far. You have to be right next to the person to see one of them, and if you get more than 15 or so studs you can't see the other.

2 answers

Log in to vote
0
Answered by 6 years ago

Hey! I'm BlackOrange here to help!

First taking a look at the BillboardGui Object, there are a few settings in there you may want to check out!

  1. Always On Top Always On Top determines IF the BillboardGui will be displayed over parts such as walls or any large part in general. If you have this on then it will go right through.

  2. PlayerToHideFrom This property hides the UI from a player. Now you don't want that, so make sure no one's name is in there or at least no yours.

  3. MaxDistance This is one of the big properties. If you want to see the UI half way across the map or just very far make sure it's infinite. Now if you don't know how just hold 9 for like 5 seconds and press enter.

  4. Light Influence This may not be the cause of your UI's visibility but you should make sure Light Influence is at 0 so it's 100% bright.

  5. Enabled, Most people forget about this one. Make sure Enabled is on!

  6. Visibility the Billboard alone will not show anything, you must have a frame or something inside the UI. Make sure there is a existing frame and it's visible

  7. Parent this may sound simple but always make sure it has a parent. If your doing this through a script any of these properties are changeable.

Hopefully these helped you! But if you want more information on the BillBoardGui. Click http://wiki.roblox.com/index.php?title=API:Class/BillboardGui

Best of luck!

Ad
Log in to vote
0
Answered by 6 years ago

The distance works with the camera distance not your characters actual distance.

0
Yeah, but the visibility is so short. The camera has to be really close for you to see it Jexpler 63 — 6y
0
i mean the camera distance from the guis position, not the camera distance from your character. PoePoeCannon 519 — 6y
0
I know. Therefore the closer you are to someone, the closer your camera distance is from them and their gui. Jexpler 63 — 6y
0
not necessarily, you can be far from someone but be really far zoomed out and your camera can be right next to them. or you can be close to someone and your camera be super far zoomed out. PoePoeCannon 519 — 6y

Answer this question