How would I make a billboard gui always on top only its parent?

I need this billboard gui to only stay atop of its parent model and nothing else. I dont want to offset it so that it would be above its parent model because some of the models are huge. Any way to do this?

1 Like

Is your goal to make the labels above only the parent and not the wall?

1 Like

Yes that is what I want to happen

Let me look into this, I will get back to you in a minute.

I’m not sure you can do this, but instead you can set the MaxDistance (on the BillboardGui) to a limited amount such as 30.

In the picture I attached its already set to 30, so this wouldnt help me

are you planning for a wall to be there?

The only solution I can think of is to have a LocalScript in your character, then raycast from the player’s head to the direction it is facing. If it finds a part that has a BillboardGui, then enable it. (The BillboardGui will be AlwaysOnTop and Enabled set to false by default)

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