I had a glimpse of an idea, but I tried it and roblox crashed. Can anyone help?
local tool = game.ReplicatedStorage["ToolName"] local team = BrickColor.new("Bright red") for i,v in pairs(game.Players:GetPlayers()) do if v.TeamColor == team then tool:Clone().Parent = v.Backpack tool:Clone().Parent = v.StarterGear end end
I wild check it out and it's legit! Thank you.
If you don't want to do it by scripting, you could simply drag the tool into the team. Of course, the team would be placed in Teams.