Is it possible to specify number of players on teams

ok I’m trying to make a hide and seek game but I need help with the team setup to
be able to make there be a specific number of players so I can have one seeker and have everyone else hide is this possible

1 Like

First, set the game mode to be cooperative.
Then, on game start, create a relay that relays as a random player to a team switcher that switches them to the seeker team.
Hope this helps!

3 Likes

I’ll try that thanks a bunch

1 Like

If I were you, I would first check it and then mark it as solved. You can always mark the solution, but if you give the solution now and don’t write anything for 3 hours, the topic will be closed and you won’t have the opportunity to ask anything else, which is why you’ll have to create new topics. It’s just that this has happened before and I simply recommend it to you.

2 Likes

oh I unmarked it
I need more help

1 Like

can you specify please

1 Like

What do you need specefied?

1 Like

ok how do I make that one person spawn somewhere else than everyone else

1 Like

Spawn pads have settings that determine which teams can spawn there.

2 Likes

Place 2 spawn pads (Make sure there are 2 or more teams) 1 player on one team, there rest of the several people on the other team, then set spawn pad to.. EX: Team 1.

In the settings.

2 Likes

but how do I trigger the team switch before spawn

1 Like

Wire a trigger to a team switch device:

Make sure the player spawns directly above the trigger so they get forced to step on it.

Set the amount of times it’s allowed to be triggered to 1

1 Like

You could just respawn the seeker after the team switch.

1 Like

Uh, yes? That’s the whole purpose of posting in a help topic… To help others.


This:

The OP needs help with this…


This is counted as off-topic… Don’t do that… (There’s some ban speedrunners who would gladly flag that post. For some reason :expressionless_face:)

1 Like

Read the post..


1 Like

this is my setup

1 Like

Yes you can randomize it split it equally or I think have the players pick their team

If you have a lifecycle device listening for game start and have that connected to a relay that is set to a random person and have the relay go to a team switcher. You can have multiple spawn points for each team and you don’t need to worry about respawning the seeker after the team gets changed because you automatically respawn when your team changes.

In summary:
Lifecycle set to game start → relay set to random player → team switcher set to the seeker team

1 Like

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