Two Player Controls won't work

Hello I am creating a simple fighting game and so far I have got two players spawning and one of them moving around but I can’t get the other one moving. I have set it to spawn where intended and for a second controller class to possess MyCharacter2 but when I put in the move forward controls it compiles but doesn’t move the character. If it helps I was following the tutorial in this link: UE4 tutorial: Control two characters with one player part1 - YouTube

The Problem with this though is that he was creating it on 4.7 when I am on 4.9 and it says in the comments it doesn’t work on 4.9 so how would I go about it in my version.

this is also a screenshot of my code that I have done. Any help would be appreciated. Thanks