For my leaderboard I have setup, I am using the following to set text from the results of the Array:
- Array for each X element: Array set value at Array.CurX to tokenat(Ajax.LastData, Array.CurX, "|")
- System for each Text: Text set text to uppercase(Array.At(Text.IID))
It all works fine as it should, the problem I am experiencing is the first value to appear from the Array, looks like it has a line break before it, so it shows in a different place. It is not because I have the text box alignment wrong, as the default text shows correctly, it's only after the array has come through the text seems to jump down.
I was unable to attach a video showing the problem, so I have included my working file: https://www.dropbox.com/s/h6fq1i01ojh3o80/LeaderboardTest.c3p?dl=0
The problem is visible on the first line when previewing.