I have an issue where the camera goes through the walls, How do I change the settings in order for the camera to bump the walls but instead, the camera clip through walls according to this video:
Are you sure the player’s DevCameraOcclusionMode isn’t Invisicam? This can be fixed by setting it to Zoom at the StarterPlayer’s properties.
Or just use a script (I recommend setting it from the StarterPlayer’s properties)
game:GetService("Players").LocalPlayer.DevCameraOcclusionMode = "Invisicam"
1 Like
why are you switching to Invisicam in player’s DevCameraOcclusionMode if so change it back to zoom in StarterPlayer
basically, i dunno why i switched that, is it the scrolling that causes the problem?
no it isnt its DevCameraOcclusionMode change it to zoom so it should be fix