Soulslike Roll Camera Movement

Right now, my rolling system doesn’t feels “soulslike”. There’s no extended camera movement like what Dark Souls would have. Here’s a clip of my current system, and here’s a clip of the soulslike rolling system.

How can I make the camera move like that when the player rolls instead of being static?

Better clip of the soulslike roll camera movement I wanna achieve:

It looks like the camera follows the player up and down too instead of just left and right.

You could try changing the camera’s angle a bit when they roll.

you’re using roblox’s native camera functionality, you’re gonna have to script the camera how you want it to:

this link should help guide you, it uses lerp (what you will need), you’ll have to figure out how to code it to your liking though

1 Like

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