Okay so I am using lerp() to have the screen scroll to the player:
How do I make screen shake for it?
Develop games in your browser. Powerful, performant & highly capable.
Add an invisible camera sprite with Scroll To behavior. Instead of setting scroll directly, move the camera sprite with lerp. Then you should be able to use the Shake action in Scroll To behavior.