How do I lerp from part CFrame back to normal camera CFrame?

I am working on a system which lets you hide in a locker for my game. How this works in terms of the camera right now is it lerps your camera cframe to your head cframe, which gives it a really nice look.

Problem comes when I exit the locker. Right now it just snaps back to the normal camera CFrame. How would I be able to lerp back to your normal camera CFrame? I don’t know how to go about this and it’s also a bit difficult to explain exactly what I mean. Will clarify further in the replies if needed.

Video showcasing the snapping:

Thanks in advance.

1 Like

Do you mean lerp back to the cframe the camera was at before being lerped? You could just cache the cframe in a variable and lerp to that.