How do I let all players have the same controls in p2p?

I’m trying to make a p2p game and want to make it so all players have wasd controls but all the demos and tutorials I can find have one player with wasd and the other with arrow keys. How can I set it up so that all players can have the same controls but only control their character?

In the p2p example project, I only see arrow keys :thinking:

Okay so a bit tricky but you need to have a global varialbe (or scene whatever) to indicate which number the player is, ex Player 1’s variable is A so he controls the A character. Then just have the code as I do here

The easiest way to change global variable seperately is to have a character select or something where they pick and it ONLY changes for them

2 Likes