Can someone help me with this

so i need a randomizer where it chooses a random player to a specific team and all the other players go to a different team

have you tried psuedoteaming

relay (random) → item granter
cheecker (item) → team switcher

i have no idea what that is

Use a relay and make it so that it chooses a random player when triggered.

give a player an item so the game can tell the difference between them and the crowd

You will need a Lifecycle (game start), a Team Switcher (preferred team number that is not the team number all other players were on), and a relay (Random player)

Lifecycle (event broadcasted) → Relay (trigger relay)
Relay (triggered relay) → Team Switcher (switch to configured team)

i will try this

i dont think the lifecycle is needed because they did not say anything about the start of the game

All you need is a relay sending one player to another team.

2 Likes

I already said that.

oh and btw i dont want it to happen when the game starts

replace the lifecycle with a trigger or something so it triggers when you want it to

How to do one or more vs the rest

thank you for helping

Oh, I see. Thank you for that.

Glad to help.

1 Like

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