I know this, but what I wanted to ask is if there was a limit to the length of the string that I can pass into GlobalDataStore:SetAsync(), or does the length not matter as long as that string does not allocate more than 1 MB of storage?
I don’t mean the overall limit of DataStores, I meant the limit of a single data that I am passing to GlobalDataStore:SetAsync()