Player Controlls won't work [HELP|FAST]

Hey guys,

So I watched this (Unreal Engine 4 - Beginners Guide to Player Input (1/2) - YouTube) tutorial about player controls, but it just won’t work for me.
I think I did everything the guy in the video did, but the only thing that works for me is the “Pitch Input”.
Why is that? Can someone please help me?

I hope you guys can help me, probably a retarded fail of mine…, thanks!

Thanks a lot! But how did that block the mouse rotation?

Hey Alo De Lore-

From your control rotation node you are creating two Get Forward Vector nodes. You need to replace the one that is feeding into the MoveRight input to a Get Right Vector node. This should fix your movement issues.

Cheers