When the player is standing on top of a MovingPlatform that is moving up/down, the player jitters when the platform is moving downwards. E.g. the player falls, lands on the platform as it's moving down, their y velocity is set to 0, so then they fall again. This looks incredibly weird when playing.
The solution will be setting the players y velocity to the velocity of the MovingPlatform somehow as would happen in physics
When the player is standing on top of a MovingPlatform that is moving up/down, the player jitters when the platform is moving downwards. E.g. the player falls, lands on the platform as it's moving down, their y velocity is set to 0, so then they fall again. This looks incredibly weird when playing.
The solution will be setting the players y velocity to the velocity of the MovingPlatform somehow as would happen in physics