How would I make a boat that a player can jump on

I’m in a horrile situation and I need a solution ASAP.

I’m making a boat and he wants it so that you can jump on the boats floor whilst it is moving. When you try and jump the boat moves from under you and you end up falling off. Could someone please explain how I would fix this.

I wanted to do something similar with moving platforms a few months back. The solution I ended up going with (atleast intially) was an Example written by Kord_K which you can find here. It works very well and achieves precisely what you’re looking for I believe, you’ll just need a platform on top of the boat to replace the name of. Alternatively, you can use the CollectionService to tag the parts you want the player to travel with if they’re beneath him and change it to run that way.