Hello developers So I’m trying to make the camera follow the player when he crouches. Yes, it works, but it makes another bug that makes the camera go very behind the body.
That’s because the CFrame.new changes the X axis, as per the original code. You’ll have to mess around with the axis. I’m guessing you want CFrame.new(0, 0, 1) but that’s up to you