Is it possible to render a BillboardGui over specific parts?

I am wonder if there is a way I could render a BillboardGui over a specific part without using AlwaysOnTop (So it doesn’t clip through other parts)

Here is what it looks like with AlwaysOnTop:

Here is without:

Thanks for the help!

1 Like

There are a couple of options, you could render the part to a viewportframe inside the billboard, with a lower zindex than your image.

You could alternatively give the billboard a z offset I believe, so that it’ll offset it’s depth to be in front of the part, but it will also clip other things in the world.

2 Likes