How to increase speed of camera following, as camera gets closer to the player, beyond lerp setting?

Im already using lerp to increase speed but It slows down too much when camera gets closer to player & too fast when camera gets further, there should a way to adjust this?

That’s exactly what lerp is for.

It’s math, so… adjust it as you like. :slight_smile:

Maybe you’ll be interested in tweens: