Hi everyone, I'm currently working on a perm ban system using DataStores. For this to work efficiently, it needs tables. I don't know what is the correct format to create tables in DataStores. Do I just make up the table name and it will appear?
Here is some example code
1 | store:GetAsync(key, table.insert( [ TABLE NAME HERE ] , id) |
1 | store:SetAsync( "TableName" , { } ) |
this would create a blank table in a datastore