How to create moving platforms

I’m trying to make an obstacle course game and i would love to add moving platforms, anyone could help me with that please

For that you could use a SceneAnimationPlayer actor. Just create a new scene animation, drag your platform in, and record the positions you want it to move towards. You also want to turn on loop so your platform always moves around and turn on play on start, so your animations start playing automatically.

the official docs say that ’ is kinematic ’ should be used for moving platforms, or however that not sure why, and they somehow have ’ infinite mass ’ that helps them push the player around during contact

maybe try and use that setting for rigid bodies to make what you have in mind