|
| 21 Oct 2015 06:16 PM |
I know it changes colors a bunch but it always crashes.
I'm sorry, did I ruin your chain? |
|
|
| Report Abuse |
|
|
| |
|
|
| 21 Oct 2015 06:28 PM |
| You should add a wait function. |
|
|
| Report Abuse |
|
|
|
| 21 Oct 2015 07:52 PM |
I am doing that.
I'm sorry, did I ruin your chain? |
|
|
| Report Abuse |
|
|
025110
|
  |
| Joined: 23 Nov 2012 |
| Total Posts: 57661 |
|
|
| 21 Oct 2015 07:58 PM |
local x = workspace.MODELNAME; --modelname here while wait(1) do for _,v in pairs(x:GetChildren()) do if (v:IsA("BasePart")) then v.BrickColor = BrickColor.Random(); end end end |
|
|
| Report Abuse |
|
|