Use the stroke effect to reveal text converted into masks. Also, create master effect controls and randomized colors with simple expressions. No plugins needed.
Color expressions:
seedRandom(index, true);
r = random(0, 1);
g = random(0, 1);
b = random(0, 1);
[r, g, b, 1];