QUOTE (Jujiro @ Apr 12 2010, 05:01 PM)

Oh..err..It's a good code..helped me alot..
but how to change the text color?
I'm tweaking it but it just won't change the font color..it's just white..
I need it to be black though..

In the top of the script there is a configuration part
CODE
CREDITS_FONT = ["Times New Roman"]
CREDITS_SIZE = 24
CREDITS_OUTLINE = Color.new(0,0,127, 255)
CREDITS_SHADOW = Color.new(0,0,0, 100)
CREDITS_FILL = Color.new(255,255,255, 255)
Have you tried that?