How Do I Program A Second Player With Movements Controlled by the WASD keys?

I’m making a vehicle game and want to add split-screen multiplayer where one character is controlled by the arrow keys and the the other by the WASD keys. I’ve figured out how to spawn a second player but cannot control this character. How do I do this?