What you need to do are these steps to your player falling code :-

1).reduce gravity var to slow down falling
2).don't accept jump inputs in your code
3).left,right,forward,back keys can remain the same as movement on ground

That should do it !