How do I make a image / decal that always faces the player's camera?

Particles from particle emitters always face you regardless of where you face the camera. I’m curious if there is any decal property or anything that can allow me to do the same without using particle emitters. The problem with particle emitters is that I will have to set the rate to 1 and back to zero using a script so that only 1 particle spawns. Is there any other way I can do this? I’ve tried beams but they only tilt about the line connecting the two parts and not 360 degrees.

2 Likes

You are looking for billboard GUIs:

11 Likes

Thanks for the answer!