How do I point the torso towards the direction the camera is facing

As said in the title I tried doing this, it didnt work.

I tried by change the CFrame of the Torso to the CFrame of the camera but that didnt work.
So how do I do this? Cause I want to know lol.

Thanks!

Try using the cameras lookvector it basically gives you the angle of the camera

Torso.CFrame = CFrame.lookAt(Torso.CFrame.Position, Camera.CFrame.LookVector)