Hey, I’m trying to create a team selection area in my pre-game lobby, with Billboards that show how many people are on each team. Ideally I would be able to subscribe custom functions to the “On spawned/on joined” events in the Player Spawners/Class Selectors to update the text/lock out the spawners. However, I don’t know how to initially do that without subscribing to them in OnBegin(), which doesn’t activate in the pre-game.
Is there a function I can override that I’m missing? Is there a way to hook those up in other ways? Or do I just need to try and cobble something together with the default devices we have available?