How do I tools to a team? that every team member will get tools that belong only to his team.
That's more of a request. To do so, you'll need to have knowledge of the CharacterAdded event, Clone method, Parenting, and the Changed event.
Connect to the ChildAdded event of Players, and then connect to the CharacterAdded event of each Player that gets added. In that event, check the player's TeamColor property, and clone a tool into their Backpack if it matches with the correct team.
To make this work in Solo, be sure to check for players that were added before you connected to the ChildAdded event.