I tried messing with the controllers, but I just don’t understand them that well, and I can’t see or find any examples of this on the forum, so I’m asking it here.
Here’s my layout:
The boat is moving with a velocity of Vector3.new(-50,0,0).
That is correct. The Player has to jump on the boat, and then on the boat, has to jump over obstacles, but my issue is that it gets pushed off the boat
I’ve seen that controller objects like AirController could fix my problem and I want to see how. The player can stay on, but when they jump, the boat moves without them and they fall off the boat, and I already know Lerping and such won’t change much about that