Making that only one team will get tool

I’m trying to make a tool that only one team will get, But I don’t know how to,
I tried several times to do that but I can’t understand. Thanks :slight_smile:

1 Like

You can get players of a team by looping through the table that Team:GetPlayers() function returns and clone the tool and parent the clone to player’s Backpack folder.

1 Like