How to grant an item separately

So i am making an element fight game, each team spawn in there place, but how will i grant an item separately for each team. here is a screenshot for the map

1 Like

Maybe using the team scope on an iitem granter

1 Like

I’ve helped someone make a map like this before. Just use relays that transmit to specific teams.

2 Likes

If it’s one player per team, just make the relays transmit to “random player on specific team”. If it’s every player per team, make the relays transmit to "all players on specific team. Then use channels or wire the relay to the item granter.
Here is what the relay should look like…


And here the item granter.

Just repeat for each team you have and you should be good to go!
For i_need_help_pls: Nice little game you got there.

2 Likes

thanks so much brynn

You’re welcome! Please make sure to mark a solution when you get all the information you need.

2 Likes

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