#How Do I Make A 1 v 4/5 scoreboard projector

1 messages · Page 1 of 1 (latest)

fierce cobalt
#

You can use roles

#

That’s what I’m doing for my team death match game

#

.

fierce cobalt
#

So you want it to be random

#

Like every time the match starts a it picks a random player to be the monster

onyx pier
#

The way ^MakeItToMidnight does the selection system is:

  • If no players have volunteered for Bonky, choose a random player in the room.

  • If any players have volunteered for Bonky, choose a random player from the volunteers (this also means if one player volunteers, they are guaranteed Bonky.)

You can use Roles for this if you want, and would probably be the simplest for you to do so. Just use a Random From List chip, and make the input list:

  • If you want a completely random system, the Get All Players chip.

  • If you want volunteer system, the Get All Players With Role chip.

#

@solid garnet