|
| 19 Aug 2013 01:52 PM |
plate.BrickColor = BrickColor.Black()
What I want is the brickcolor to be Bright Blue, I can't use it without doing it like plate.BrickColor = BrickColor ____()
and there can't be spaces, so what do i do to make it bright blue |
|
|
| Report Abuse |
|
|
| |
|
MrFiregem
|
  |
| Joined: 22 Sep 2011 |
| Total Posts: 167 |
|
| |
|
| |
|
|
| 19 Aug 2013 02:13 PM |
^ Are you allowed to do that?
But if you want bright blue....you might want to try the Color3 value of bright blue (use the internet to find the one you want)
Or try blue then increase both the green and the red til you find the color you want :3
function toBrickColor(r,g,b) return BrickColor.new(Color3.new(r/255,g/255,b/255)) end plate.BrickColor = toBrickColor(50,50,255) |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2013 02:20 PM |
| x.BrickColor = BrickColor.new("Bright blue") |
|
|
| Report Abuse |
|
|