|
| 09 Aug 2013 07:54 AM |
| I made the weapon make a light in a projecticle, but what method do I use to change it's color? |
|
|
| Report Abuse |
|
|
|
| 09 Aug 2013 07:59 AM |
2 ways
something.BrickColor = BrickColor.new("Color Name Here") something.Color = Color3.new(math.huge/255, math.huge/255, math.huge/255)
|
|
|
| Report Abuse |
|
|
| |
|