|
| 08 Dec 2012 10:54 PM |
does anybody know a color change script i forgot the numbers for the colors
im so stupid i forgot |
|
|
| Report Abuse |
|
|
|
| 08 Dec 2012 10:57 PM |
| color = BrickColor.new("COLOR").Color |
|
|
| Report Abuse |
|
|
|
| 08 Dec 2012 11:31 PM |
You can use the names, but they have to be very specific.
Just point at the color you want in the selection for a few moments, it should make the name pop up next to the pointer. |
|
|
| Report Abuse |
|
|
|
| 08 Dec 2012 11:49 PM |
color = Color3.new(255/255,0,0) --this is red
~ thedeathmaster01 ~ |
|
|
| Report Abuse |
|
|
|
| 09 Dec 2012 12:42 AM |
Part.BrickColor = BrickColor.new(###)
The list of numbers can be found here; http://wiki.roblox.com/index.php/Color_Codes |
|
|
| Report Abuse |
|
|
Dex1337
|
  |
| Joined: 01 Aug 2012 |
| Total Posts: 185 |
|
|
| 09 Dec 2012 12:44 AM |
function onTouch(brick) wait(5) brick.Color = Color3.new(#,#,3) end
script.Parent.Touched:connect(onTouch)
there |
|
|
| Report Abuse |
|
|