How can you make a smooth CFrame?
I have no clue.
while wait() do game.Workspace.Part.CFrame = game.Workspace.Part.CFrame + Vector3.new(0,0,0.1) end
This is smooth. It moves so fast that it is smooth. Good luck