Rotation and camera movements

Hello, I’m working on a FPS game, making it realistic so camera shakes when player moves and using the gun. But I’d to do a new function. It’s like Call of Duty or Rainbow Six. When player touch “Q” camera rotate 45º degress left. And when player touch “E” camera rotate 45º degress right.

Here’s a clip where you can see how it works like.

Hope someone can help me. Peace <3.

You would need to use a scriptable camera and then on Q or E to rotate is through using CFrame.Angles to either of the sides

3 Likes