[Help]Character doesn't stay on moving platform everytime

I am trying to make a character stand on a moving subway train using align position and align orientation but, the character doesn’t always stay on the train. Its very inconsistent. It usually works the first time I get on it. I have seen this work in the game “Hard Time” on roblox. How can I fix this?

When it does work

When it doesn’t work

I am still need help with this.

Try moving the train itself with Vector Forces. It works very well for me when creating moving objects.

1 Like

How would I make a subway train using vector forces, that can go point to point? I kind of understand vector forces but, I don’t think it will reach point to point in a specific time. And how would I stop the train once it reaches its end point?

Add seats to the subway train then the people with move along with the seats moving along with the train.

I want them to be able to stand on the train.

Maybe you can make them stop moving once they are on the train and like they can’t move and they are stuck in one spot without moving and the train is moving And once they arrive to there destination they can move again. Like they are glued to the floor ya know?

I’m trying to make it like this.

Firstly, the train would have to move along a straight line. That’s a must.

Secondly, you would do this by using TweenService to slowly and smoothly accelerate and decelerate the train. If you were to put parts that fire on the Touched event, you could make a sort of system where when they are touched, it would tell the train to speed up or slow down.