Moving platform

I’m trying to make a platform that moves up when the player is on it but moves back to its original place if the player moves off of it as of now the closest I’ve gotten is to make the platform be ready to move when the player is on it but it wont move up until the player gets back off of it so in order to move up the player has to repeatedly jump.

Hey there @Donaldk31888! Welcome to the community! It sounds like you might using Sweep in your code for raising the platform which stops if the player is on it. Sweep actually checks to see if anything is blocking the movement, if not it will go up!

If that’s not the case, I can take a look at your blueprint to correct it or show you my own if you’d like!

thank you this completely solved my problem I cant believe I missed this