Saving Data Question

Hey Devs!

I am using ProfileService, and I’m wondering what the table is saving. If you don’t know what I’m talking about, its this:

Points = 0;
	Rubys = 0;
	Deaths = 0;
	Kills = 0;
	playTime = 0;
	Wins = 0;
	Level = 1;
	RequiredXP = 100;
}

Is this table giving a starter value if the player is new or doesn’t have data yet? Or is it something else? Let me know. Also let me know if you need the part where it is loading and saving the players data.

Thanks a lot!

Sincerely,

papahetfan