So, if you have:
datastore:SetAsync("Starting11_"..player.Name)
Is there anything you can store other than simply the level's value in order to make a table out of it or would I have to separately enter all my soccer players into the data store through some other method?
Not sure if I understand your question.
local tab = {azarth = {kicks = someval, plays = someval, goals = someval}} datastore:SetAsync("Starting11_"..player.Name, tab.azarth)