Allowing the camera to pass through parts?

I need the camera to be able to pass through objects in game, but I also want to find the simplest way to do it.

I tried the classic method of changing the cameratype but it appears that you can no longer pan the camera through walls using this method.

I had the idea of using collision filters but it seems I cant put the current camera in a collision group.

is there a way to pan into parts once again?

Did you try invisicam in starterplayerscripts settimgs

1 Like

oh, well that solves that problem, but the parts turning transparent are a new problem, any way to change that?

3 YEARS LATE! Sorry, but you can test the game, go into StarterPlayer>StarterPlayerScripts>PlayerModule, copy it and then stop testing and paste the PlayerModule in StarterPlayer>StarterPlayerScripts. Then open the PlayerModule>CameraModule>Invisicam, then set the TARGET_TRANSPARENCY variable to 0. For best effects also set STACKING_TRANSPARENCY to false.

2 Likes

I forgot this topic existed, you are a welcome surprise my good man.

1 Like

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