I am making an automated train game. Each type of train has different rates of acceleration/deceleration. The train is body velocity based and I want the train to stop at a specified point at each station. However, I don’t know how to achieve this. I have tried various different types of math but I can’t seem to get it right. So, what do I have to do to get the train to stop at the point? I could really use some help.
Use a station sensor object. Make the train detect the sensor, so that it stops accordingly, once it’s at a low enough speed.