Rotating camera up without setting camera to scriptable

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to make a recoil for my gun, and I partially succeded, however, I can’t make the camera rotate up without setting it to scriptable
    TL;DR How would I rotate the camera UP while not changing the camera’s cameratype to scriptable?
1 Like

You don’t need to change the camera type. Just make sure that you’re changing the camera’s rotation and not its position.

1 Like

That is not what I meant. :confused:

sadadsadsfdfsdf

You need to change the camera to Scriptable, if you still want the player to control it (like it your case), you would have to make custom camera movement.

Edit: I think

You’ll need to use RunService. You also have to set the camera to scriptable because if you don’t, the camera will stay focused on the player. It’s recommended that you tween the camera’s rotation for a smooth rotation. Here are links to some APIs that’ll help:

Ok, honestly though, I know how to use all of these APIs, don’t give them to me, I am not a newbie. Thanks for the the resources though