Movement Speed

Hello guys,
i want to change my movement speed when I walk, this is what I’ve done:

It’s from this one:

The problem is that I still can’t change ther speed, it doesn’t work.

Instead of using the Get Player Character just drag the Movement Component from the Components list on the right and connect it to the set max walk speed. Or if you want to set it dynamically instead of every frame like that just select the Movement Component and in the details panel set the Max Walk Speed there. You could then later setup a key input to change the speed dynamically while playing.