Inviscam clips blocks behind character that should not be clipped

Bug: Inviscam clips large blocks behind the player, clipping bad blocks
Frequency This bug happens everywhere.
Location: Everywhere

Reproduction

Invisicam_Clipping.rbxl (19.6 KB)

  1. Open up the place
  2. Play game
  3. The block in questions is made invisible

Tested in: Windows 10, Roblox Studio.

This bug has occurred for several months.

Thanks!

1 Like

Thanks for the repro file! I’m going to kill that Region3 check around the camera that is causing this. It’s detecting any block whose AABB touches the camera and making it invisible, without making sure it’s actually in the way. I’ll need to rethink how to fix the original problem this extra check was meant to solve, but it’s such a fringe case that it makes sense to just remove the broken current check. Thanks!

1 Like