Hey there @WDRK23! You could use custom depth stencils, and the only object not occluding it being the character mesh, sort of an inverse of this thread here:
if you pause the video and frame by frame some of the intersections you will see it’s using the same technique. disabled depth test. so… in your case just make sure no mesh is in front or use another technique.