Not sure what the issue with this is, but I need some help with this.
while true do script.Parent.BrickColor = BrickColor.new(Color3.new(random, random, random)) wait(1) end
while true do script.Parent.Color = Color3.new(math.random(), math.random(), math.random()) wait(1) end
I hope this helps :)