|
| 11 Apr 2014 12:31 AM |
| I want a script that randomizes materials are there any? |
|
|
| Report Abuse |
|
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 11 Apr 2014 12:32 AM |
local x = {"Plastic", "SmoothPlastic", ... (put the rest)}
part.Material = x[math.random(#x)] |
|
|
| Report Abuse |
|
|
| |
|