How do I make team roles

Roles in each (2) team for one person such as commander, medicals, etc.

1 Like

You give them stats, like a health regen or a better gadget

2 Likes

yeah, I think I can make a random person on each team get promoted after a certain time like a repeater or smth

Use a trigger with a delay set, not a repeater. Uses much less memory for the same use.

idk
congrats on reg, tho I’m lowk surprised since like u haven’t done a lot to help the forums

I you want it to be random, use a relay, and don’t use a repeater, trigger loops are better

How did you beat me? Kormorant

yeah, like the repeater to a random person when the trigger triggers and give them stuff.

would I have to make an individual repeater for each team, or put single player on each team?

No, we both said don’t use a repeater. It takes up 10x more memory than a trigger - plus, you would probably need one trigger a team at least

1 Like

o oops I meant relay

Yeah, def 1 relay a team

2 Likes

so, don’t put in single player on each team cause that will mess it up right?

If you have teams, it shouldn’t be too hard - you’ll just have to give a random player a role on that team through a relay, however - if you don’t, it will just be 1 relay.

1 Like

Additionally, if there are multiple roles, how do I prevent the same player from getting a role twice?

…
…
…
You’ll need a checks and balances system, where when one player gets it, it’s fine, but then if it tries to select a random player and checks to see if that player already has a role, it redoes the system to try again.

Or, you can have a role selection system where the player chooses what they want.

2 Likes

would I use something like a checker and give a player an item to tell if they have a role?

That’s the best way to do it, yes.

1 Like

thank you so much for the help! <3

1 Like

You’re welcome! Have a nice day, and if you’re on the northern East Coast, enjoy the snow!

2 Likes

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