How to play local multiplayer?

Hello, I am making a simple 2d platform game (in the Mario Bros genre) and I would like there to be two playable characters.
How can I proceed to control the second player?
Thank you all and have a nice day

Hi!

In this example I have two characters, Player1 and Player2.

First, go to behaviours, add them PlatformerCharacter behaviour and uncheck “Default controls” from both.

multiplayer_disable_default

Then define the keys:

multiplayer_events

Hope this helps. :slight_smile:

Hello !
It works perfectly, thank you so much !