How do I make a billboard gui go through walls?

Recently while playing mad city, I became interested on how they made the billboard guis go through walls in order to mark specific locations. I have tried this however it would not work (see poorly thrown together paint.net image below)

Any ideas on how I could achieve this effect?

3 Likes

Inside the property of the BillBoardGui object there should be a property called AlwaysOnTop. Enable that property and it will always be on top.

8 Likes

Doubling on: if you want the specific marker effect Mad City has which keeps markers over walls and keeps them within the screen space, a user wrote a tutorial on how to achieve this.

2 Likes