Help with cameraoffset

I’m just making camera offset using :lerp but i cant seem to make it transition smooth enough but I don’t wanna lerp it slowly as well

while true do
wait()
Character.Humanoid.CameraOffset = Character.Humanoid.CameraOffset:lerp(Offset, .25)
end

run it in a renderstepped function, that way it runs the code every single frame, and it should turn out smooth