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.