I use this to start the movement on key press.
RB.AddRelativeForce(Vector3.forward * Vspeed,ForceMode.Impulse);
So it starts moving at the given speed in the right direction. My question is how to make it slow down
untill it stops completely as for now the object stays in movement.
Thank you for your time and explenation