07-08-2012, 06:56 PM
while true do
script.Parent.Color = Color3.new(math.random(0, 255), math.random(0, 255), math.random(0, 255))
sleep(1.0)
end
script.Parent.Color = Color3.new(math.random(0, 255), math.random(0, 255), math.random(0, 255))
sleep(1.0)
end