No, I beleive that the paintball guns shoot an array of random colors. (I haven't checked the paintball gun's in a while so I don't really know for sure) Anyway, you would have to put a paintball gun in your place, then go under the "Paint shooter" script (or whatever it's called) then find the line where it says "missile.BrickColor = BrickColor.new(math.random(1,#colors))" and change that to: missile.BrickColor = BrickColor.new(23)
That will make it shoot blue paintballs only. |