Custom Creative Devices in pre-game lobby?

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?

The very vast majority of devices don’t work in the pre-game state. So is verse devices. Currently, there is no way to start verse devices during pre-game. You might want to make your own pre-game lobby on game start where players select their teams before the map actually starts then teleport them🤷‍♂️

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.