I am looking for a script that can give a certain team a specific weapon without a brick needing to be touched or clicked. I am looking to give the Bright red Team A knife, and the Bright blue team a pistol. The knife and the pistol are both located inside ServerStorage. The knife and pistol need to be put into the players backpacks with it saving so when they die they lose the weapons.
BrickColor.new("Bright blue") BrickColor.new("Bright red")
or
BrickColor.Blue --Transmutes to Bright blue BrickColor.Red --Transmutes to Bright red
game.ServerStorage.Knife:Clone() game.ServerStorage.Pistol:Clone()