How to make the camera tilt down while the player is able to control it

Hey, as a sort of “intro” to the loading screen for my game I wanted the camera to tilt from the sky downwards onto the player. But I also would like the player to be able to control the camera at the same time, so there would be two forces acting on it at the same time.

I’m not sure if this is possible, though; I tried changing the rotation of the camera’s CFrame but I wasn’t sure how to make it work.

Help would be appreciated!

2 Likes

im pretty sure this requires editing the base camera scripts or something like that cause i think the camera can only either be controlled by the player or an outside script at a given moment, but i dont normally code camera movement so