Sorry, maybe I wasn't clear.
The array of scores would be in a C2 array.
I would loop the C2 array like this :
for each item in the array
- create a sprite ( a line of the leaderboard )
- create a text and set its value to the current score.
So, how would I do this if my array is in js-script ?