|
| 08 Aug 2012 10:06 AM |
| Like how a dancefloor can be different colors in a cycle, like a GIF, how can you make the transparency go through a cycle of different transparencies??? |
|
|
| Report Abuse |
|
|
| |
|
|
| 08 Aug 2012 10:07 AM |
| They have a script on wiki.roblox.com that does that. |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2012 10:09 AM |
| Where can I find it, PhantomWarrior? I've tried looking but I can't. |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2012 10:10 AM |
insert this script into every brick.
local x = script.Parent
while true do x.BrickColor = Color3.new(math.random(0,255)/255,math.random(0,255)/255,math.random(0,255)/255)) wait(1) end
just copy and paste that in every brick ( I wrote it just now lol.) |
|
|
| Report Abuse |
|
|
| |
|