Exclude object from BillboardGui AlwaysOnTop

I want to use an ImageLabel inside a BillboardGui for a character in my game. And I want it to be AlwaysOnTop for everything except for the player.

With AlwaysOnTop:
image

Without AlwaysOnTop:
image

Basically I don’t want lighting or any other objects to influence the image and I want it to be like the first image but not in front of the character. How would I do this?

1 Like

try turning the LightInfluence to 0 on the SurfaceGUI