How do I make the camera sway when looking left/right?

Not sure if there is a good resource out there on this, and I assume we use lerp() to accomplish this. Many games (especially horror games) incorporate this behavior, and I’m not sure how to give a camera that slight sway when a user looks left or right. Thanks in advance for any pointers!

I found this if you want to try it out:

1 Like

This is perfect, thank you! Happy to finally be able to dissect how this script works.

1 Like

use desmos to customize how much you want the camera to sway

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.