Multiplayer Sync AnimatableBody2D with AnimationPlayer

You may have to attach a script to the moving platforms, preferably your moving platform scene’s root node for simplicity, as the animatable body and animation player will need to be ready when you call

if is_multiplayer_authority():
    animator.play("new_animation")