How do i ignore camera collides with part

Simple question, how do i make my camera not colliding with all parts?

i already set my part’s collision to false but it is still blocking the camera.

Solved, i just modified the poppercam module at the canOcclude function and setting the return value to false.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.