Some help with a camera script

Only got like 2 questions,

one how would i make it look slightly down and angles towards a direction as doing

CFrame.Angles(rad(-45),0,0) * CFrame.Angles(0,rad(-45),0)

or

CFrame.Angles(rad(-45),rad(-45),0)

just makes it angled in a weird direction tilted sideways or some sort

Also how would i make the camera “draggable”
Kinda like if someone held down rmb and dragged their mouse the camera would move in the direction or opposite of the way they are dragging their mouse

1 Like

Could use help on this, cant even find other posts explaining this