While DS2.Combine(“Key”, “otherdata”) would save them as dictionary, I wanna ask whether if that “otherdata” can be used like a key too, as if we have dictionary in dictionary by using DS2.Combine(“otherdata”, “data”)
DS2.Combine combines all of the keys into a single main key, in your case “Key”. This main key is what is used to actually ‘talk’ to the DataStoreService.
You can not use the other parameters in the combine function to access the datastore directly via the datastoreservice.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.