SetInput already moves player in his local axis. First parameter is rotation angle, don't set it to 0, set it to angle you want player to look at. And second parameter will move player forward in that direction.
Check out default FPSPlayer script, it sends camera rotation as first parameter, z input as second and x input is third.