Is there a way to detect all the bricks that are obscuring the camera's view of an object? [FIXED]
Basically what I'm trying to achieve is a custom version of "Invisicam" mode as the CameraOcclusionMode
property of the player. What it does is that instead of not allowing the camera to go past a part if that part is blocking the camera, the camera will go past the part and make whatever parts that are obstructing the camera's view of the player transparent. Essentially I'm trying to make a similar version of this, but I can't think of any way to do this efficiently and accuratly.
Any help would be appreciated, I'm not looking for a script, just suggestions or a walkthrough.
Thanks.
EDIT
I figured it out by using the Player CameraScript and using the Invisicam module that was a child of the script, I'll post the code below in the answers