Err how else could i randomly choose colors?
TC = {"Bright red","Deep blue","Earth green"}
while true do
wait(2)
script.Parent.BrickColor = BrickColor.new(math.random(TC[1],TC[3]))
end
Output
--------
Workspace.Sign.Script:4: bad argument #1 to 'random' (number expected, got string) |