the default color i turned red, and when i run it stays white and when i tweak the numbers, it stays mostly white
while true do script.Parent.TextColor3 = Color3.new(math.random(0,225),math.random(0,225),math.random(0,225)) wait(.4) end