of     1   

loganv450505
#183521129Saturday, February 13, 2016 6:57 PM GMT

how do I make it so that like 1 team gets swords and the other team has like guns? Pls reply with the How-to and script
pinballboy7
#183521187Saturday, February 13, 2016 6:58 PM GMT

HarrySnotte
#183521276Saturday, February 13, 2016 6:59 PM GMT

You can use a for loop to go through all the players and then use an if statement to detect in which team they are: for i,v in ipairs(game.Players:GetChildren()) do if v.TeamColor.Name = "TeamColorHere" then --clone the weapon into his backpack
loganv450505
#183606213Sunday, February 14, 2016 7:22 PM GMT

@pinball where do I find it?

    of     1