How to make a player move forward naturally with a serverscript?

What is the best method to make the player move forward after they let go of all the movement keys and still make it look natural?

Humanoid:MoveTo() could solve your problem, you should check it out