What you need to do is go to Windows_Base in the scripts and look at line 79 it should look like..
return Color.new(255, 255, 255, 255)
change it to.
return Color.new(10, 5, 10, 255)
What this will do is change the color of the text to black so the text will be visible or you can change the...