So I have this part of my script and I want the camera to be moving forward but smoothly and slowly, how do I make this into that because this isn’t working how I was intending? (Flag my post I no longer want this)
for i=0, 200, .75 do
workspace.Camera.CoordinateFrame=CFrame.new(i*5, i+15, 0)
wait()