100465
|
  |
| Joined: 17 Jun 2010 |
| Total Posts: 6353 |
|
| |
|
| |
|
MXrcr20
|
  |
| Joined: 01 Oct 2008 |
| Total Posts: 2644 |
|
|
| 10 Oct 2013 03:43 PM |
Color3.new(math.random(1,255)/255, math.random(1,255)/255, math.random(1,255)/255)
Or BrickColor.new if you're changing the color of a part. |
|
|
| Report Abuse |
|
|
Bebee2
|
  |
| Joined: 17 May 2009 |
| Total Posts: 3985 |
|
|
| 10 Oct 2013 03:45 PM |
So here are the posts:
For Color3: Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
For BrickColor: BrickColor.random() |
|
|
| Report Abuse |
|
|