Recoil Problem (It goes to the left instead of going up.)

How do I make this code make the camera go up instead of to the left?

Code: camera.CFrame = camera.CFrame * CFrame.Angles(0,math.rad(1),0)

nvm I changed some values and it worked.