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

How do I make it so you can't see a billboard gui through the wall?

Asked by 8 years ago

I have a rank system, and ranks show above players, but I dont want it to show through the wall...is there any possible way?

1 answer

Log in to vote
0
Answered by
BlackJPI 2658 Snack Break Moderation Voter Community Moderator
8 years ago

There is a property of BillboardGui's called AlwaysOnTop. When set to true, the GUI will always be rendered on top of objects in the workspace. When set to false however, it will appear behind objects that are in front of it.

Ad

Answer this question