|
| 30 Sep 2015 10:39 PM |
anyone know of a script that will change all pasrts named parts a color that can be run in studio? im just begginign scripting dontr know squat Thank you in advanced
~Pixel Founder of Chicago Groups Builder/Gfx |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 10:46 PM |
any1
~Pixel Founder of Chicago Groups Builder/Gfx |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 10:55 PM |
If you want it to just change color, create a loop, function. Here is a loop
while true do wait (1) script.Parent.BrickColor = BrickColor.random script.Disabled = true wait (1) end
--it should repeat, put this info a script with a part as parent. Basically right click your brick, cut this script and copy it in
|
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 11:00 PM |
thanks
~Pixel Founder of Chicago Groups Builder/Gfx |
|
|
| Report Abuse |
|
|