Camera Rotation Help

Hi everyone!

The game I am creating is overhauling Roblox’s main camera mechanics, whereby camera rotation is limited to very few states and camera movement is limited to a location graph. I have managed to get the movement and rotation working to a satisfactory standard, however when the player decides to move between nodes of the graph I’d like to add a walking effect where the camera tilts from side to side while they are moving.

I can’t actually find any documentation or examples on the subject throughout the wiki, throughout the fandom website or on YouTube.

I’ve tried deprecated documentation such as TiltUnits() and PanUnits() which didn’t give me the desired effect, and of course they’re deprecated so :man_shrugging:

Any pointers to any documentation or any solutions would be most welcome!
Many thanks,
-Tom :slight_smile:

You could use TweenService to tween camera CFrame: TweenService | Documentation - Roblox Creator Hub