How to make the player move with an PathFollow2D node moving object?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Idleman

In my game, there is a stone tile(PathFollow2D node ) moving in a Path2D in loop. I want to allow my player to go on the stone tile and move along the object then get off on next destination.

It would be really helpful if someone could offer some advices about how to achieve that result, thank you very much.

:bust_in_silhouette: Reply From: Idleman

Turn out that I could use a KenimaticBody2D for the stone, that case my player could interact with the object. That works nicely.