Recommended fix for moving platforms in a multiplayer game?

Moving platforms and the jitteriness they cause over multiplayer is a common problem. What is the fix? Open to anything, including plugins. I’m really pulling my hair out at this point. Whether it be for platforming or boats (my case), this is a problem people run into but it feels like resources are weirdly scarce on it. Thanks y’all

I haven’t tested it personally, but it seems to me that the most logical thing would be to attach the character to the platform, and then replicate the character’s relative location to that platform.

Oh, and of course, you need to replicate which actor (platform) the character is currently attached to.