To make the high scores black you forgot to change the color of the ‘thisScore’ variable.
local thisScore = display.newText( sceneGroup, scoresTable[i], display.contentCenterX-30, yPos, native.systemFont, 36 ) thisScore:setFillColor(0,0,0) thisScore.anchorX = 0