Ok, so I’m trying to use Timelines via an isolated Blueprint instead and so far I’ve gotten it to work the way I want, except the moving platform’s movement doesn’t loop.
How it works in my current Blueprint:
You press “E” over the BoxCollision trigger and the platform will move up to the specified point in the “Location” variable (see Blueprint below), which is set to 200 currently. It then stops and you can’t activate the platform again by pressing E and it doesn’t “loop” back to the start or reverse back (I don’t know how to make the platform reverse back down once it finishes either for a smoother transition).
How I want it to work:
When you Press “E” over the BoxCollision trigger the platform will move up and down until you press “E” again.
Anyone have any ideas? Thanks once again in advance!