How to stop camera clipping?

I am trying to make a truck to haul logs. But there’s a problem: When loaded with logs, the logs get in the way of the player’s camera and cause it to have a seizure.

In Lumber INC3 Remade, you are also required to haul logs on a truck and in that game the logs do not interfere with the player’s camera, while at the same time still not allowing the user to peek through every part on the map. How can this be achieved?

My game


Lumber INC3 Remade

1 Like

You could make it so that when you sit in the car, you turn CanCollide to false on the logs, on the client. This way, the camera won’t collide with them.

1 Like

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