How to avoid camera clipping through walls?

Pretty much what the title says, I’ll attach footage of what I mean


I want to avoid this happening, but I don’t know which property in specific to modify

1 Like

Let me guess. Do you have Transparent CanCollide walls to keep the Player from walking through the MeshPart?

  1. You can make the Transparent Parts slightly smaller and hide them inside the walls.
  2. You can make the Transparent Parts not transparent and put a BlockMesh in them. Make the Scale of the BlockMesh really tiny, (like .001,.001,.001) and it will make the camera ‘hit’ the surface of the wall Part. If the tiny Mesh rectangle is visible in a door or window you can just use the Offset of the BlockMesh to move it off to the side.
2 Likes

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