Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-3

Give A Certain Team A Specific Weapon. Any Help?

Asked by 8 years ago

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()
0
Just because you provided some slightly relevant code doesn't mean you actually tried at all whatsoever to do this.. This isn't a request site. Goulstem 8144 — 8y
0
Actually I have tried, I was able to make a button that on touched it gives you the tool, the promblem is it would sometimes give you two or four. I asked this question for help. CarterTheHippo 120 — 8y

Answer this question