Hey y’all. I’m workin on an in-game shop in Roblox that uses DataStores to save the items a player owns. Does anyone know the limit to how many characters a DataStore can save per user? I looked on Data Store Errors and Limits, and it said that Character count in string cannot exceed 65,536 characters, but I am using an array to save my data, so I didn’t know if the same applied to an array. Anyone have an answer?
Edit: Just got messaged from someone, the max character limit is 260,000 characters.
Make sure to search first for this kind of information first before posting threads please. The information can be found on the DataStore documentation page on the Developer Hub. You can also view other such limitations about DataStores there.