Platform movement

Hello how can i move the platform in vertical motion?

Thanks for any answers.

I’m trying to put together some random code together but without results.

https://www.youtube.com/watch?v=JGuL0sc8nXk

The movement as in this video with the platform rising.

There are several ways :

  • Extensions (“path”), i think it’s the easiest way
  • Using force (y axis -/+) and timers (you will need to use several variables to trigger up/down movement)
  • Using gravity and same idea than with force.

I’m trying the code many hours but I can not.

Calculating that with the top 3 I could not combine anything

Where can i find an example of Extensions (“path”) how can i unlock it? Thanks for the answers.

For the “path” section where can I find examples on how to use the code?

Thank you.