Greetings.
Recently, I am developing a train system which consists of 4 cars. The current issue is that the middle carriages are always toppling and shaking, which causes derailment when the train is moving, no matter straight line or horizontal curves.
In the connections of the carriages, each carriage is connected with a Rod Constraint, whereas all carriages consist of their individual collision group, which have no collision between carriages, so it’s not about the carriage collision problem.
Hence, the train is moved by a “for” Loop that uses the Cframe vector of the front carriage(clarify by the direction) and moves by the main part of the train using AssemblyLinearVelocity.
How should I solve the middle carriage problems?