How to make character move in input direction

Hey @Bear_Investor how are you doing?

Probably the best approach to avoid that issue is to directly override the train’s velocity instead of fighting against momentum!

To do that, you can do something like this:

That should make your Train move following the railroad without overshooting any turn.

Let me know if it worked or if you need more help!