Rotating the players camera like a cutscene

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 would like to know if i can tween a camera’s rotation.

  2. What is the issue? Include screenshots / videos if possible!
    The camera doesn’t rotate.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried to tween by using CFrame.New but that only Tweens the position

you could do something like:
camera.CFrame = CFrame.new(camera.CFrame.Position) * CFrame.Angles(x, y, z)