That’s probably because there is no color after this:

If you wanted red, I believe you would do this:

if groupRank >= minRank then
            clone.Frame.Rank.TextColor3 = Color3.fromRGB(255,0,0)

You can customize the color too, there should be a color wheel that pops up when you select those numbers.