How to save Dictionary using DataStore2?

Sorry for not telling you, but it is NOT possible to save in studio! Sorry! You’ll have to test in-game.

Sorry for not telling you, but it is NOT possible to save in studio! Sorry! You’ll have to test in-game.

Why are you spreading misinformation? It is possible to save in studio while using Datastore 2, but not sure why any of you would want to.

3 Likes

Relax, I know ot is possible, but as you said why would they want to. I just did not want to confuse him as he was already a little confused.

1 Like

This contradicts what was said earlier.

DataStore API is enabled for Studio and is fine for unit testing. I wouldn’t recommend doing DataStore testing on your main game slot however as it can tamper with actual data you need to work with.

Anyway, this is starting to get off topic. Please move this to another thread or begin a DM if you all wish to continue.

1 Like

Wouldn’t he need to add a .Combine? Or does it combine it automatically?

1 Like

saved my career respect da man

how would you access the table from other scripts?

I have the same problem. Can anyone please tell me why didn’t he include a .Combine in there?

Use remote events for server → client and bindable events for script → script.

It doesn’t work @ForeverHD please help