11 Months Ago
Use transform.position when updating train position, instead of rigidbody.position or rigidbody.MovePosition. I discovered only transform.position correctly moves parented rigidbodies (like ragdolls) along with the train as if they're in local space. THIS FIXES RAGDOLLS FLYING OFF.