How to make a train that stops at a station

I want a script that:

Goes to a few station, using a railroad (The railroad turns sometimes) stops at a station for atleast a minute and then goes to the next one, how shall i go about this?

2 Likes

I would have a simple BodyVelocity or VectorForce script with a massless train and a track “Glider” System (So the train is directly controlled by the track using some cylinders) with wagons connected via a rod, hinge, ball-socket or rope constraint (Depending on how you want your couplers to move and amount of slack). With blocks for the train to detect when it enters a station…

1 Like