Scoreboard help

got this in my scoreboard
local name = GetPlayerName(i)
then I got this
local data = user.getIdentity()

nom = data.sname,
prenom = data.fname,

how would I be able to show this on the scoreboard? I been trying and can’t seem to get it just getting nil errors everytime I try something