How do you force spawn someone

I’m trying to make a cool game but I’m getting stuck on forcing a player to spawn. It’s a game where I need all the players to be genji and I’m trying to get them to spawn without going to the assemble heroes screen. I’ve tried many things like setting the match time to 0 when they are assembling heroes and then switching the time back to 60min but nothing seems to be working. Can anyone help?

Lol just skirmish. Also, I’m pretty sure the m time works. Maybe a really small number and/or a wait command? I’ve helped with this before.

That’s what works! I did it in my custom game and it got rid of the assembly timer completely! You set the time to like .005 or something and it just skips it.

But yeah you set the conditionsl to assembling heros to equal true, then you use the set match timer to a very low number because 0 isn’t really an option and poof its gone.

He doesnt want to only skip the assembly phase, he wants every player to forced spawn as genji.

And thats what you can do with the start forcing player to be hero(event player, hero(genji)) action in an each player rule.

They are. (20 characters)

I’ve tried that too but it doesn’t work. maybe I messed it up somehow I’m not sure…