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?
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?
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?
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.