Hey everyone, I’m working on a project where I need local split-screen multiplayer. So far I’ve been able to, when the game starts, have the first player press A on their gamepad to create up to three additional players (Each button press adds a player), and any additional controllers I have connected will control those new players just fine. I need to change it, however, so each player can press A on their own controller to create a player, not just player 1 doing it for them.
Here is the level blueprint I’m doing this inside of. Thanks in advance for any help