[SOLVED] Datastore Question

Hello Developer Forum scripters, I have looked all over the place to answer this question I have been having. But have failed to find a post relevant to what I need.

My question is, how do I save a datastore like such as this :
image

In a format such as this?

image

As you can see, the “Owner” has an error due to me trying to solve it my-self but failing in the end.
Any help would be amazing, thank you!

local data = {
	isMember = player.data.membershipTime
}
tableData:SetAsync(player.UserId, data)

Thank you so much, this helps me a lot.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.