Default movement speed set/Change movement speed

I am trying to slow my characters default walk speed down in the game but at the same time allowing for a 10 second delay character movement boost. I can’t seem to figure out how to make the speed variable. Here is the graph.

That part is actually working fine. What i would like to do is set the default speed of my character but also allow that to happen. Im pretty new so i keep ending up setting max speed and then the speed upgrade doesn’t happen. I was hoping someone could show me how to set the speed i want for the character but still allow the speed upgrade to take place and go back to normal. Thanks

That looks 100% correct to me… Is the cast failing?

You could also try hiding it first, then destroying it when it’s done, I think destroying the object first could cause it to mess up

So, you want to speed up, then go back to normal, right?

Store the original speed in a new variable, set the speed to whatever you want, and then use the stored speed to set it back.

I hope I understood you correctly…

Yeah it sounds like we’re talking about the same thing. Would it be possible to see an example? Im still very new. Thanks!

This is my new attempt. I can’t seem to get the starting speed to work. The increase speed works with the delay but the starting speed is a default speed.

New attempt.

Your new attempt looks perfect, except for the begin play cast - be sure to reference the player for it to cast