Why can't I run?

I went ahead and looked at some basic tutorials for setting up the movement for a character and copied the code that the guy used which definitely worked but for some reason it doesn’t work for me. I press the button I set for sprinting and can’t feel any difference.

[Here is the video][2]

Can somebody help me?

you may need to increase the movement input scale value. I’m not sure the exact relationship, but I figure if the current value doesn’t reach the max value to begin with increasing the max value wouldn’t effect anything.

what you probably want to do is multiply that scale value float by a variable, and then change the variable with that sprint input action. maybe use a timeline or interp to smooth the transition

Thank you very much. I still have got no clue why my original blueprint didn’t work but at least your version worked. Here are some photos of how it looks now.