DataStore2 Dictionary Not Saving

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

I want to save data as a dictionary using DataStore2. The data is not saving, even while in the same session.

  1. What is the issue? Include screenshots / videos if possible!

I have tried using the post below to save my dictionary, but it will not set the data no matter what.

Below is a screenshot of my code. Keep in mind, the code works without the use of a dictionary, so I am more or less looking for a reason as to why datastore2 is not accepting the data.

Below is the output of the code

image

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

I can save the data using other values (integers, etc.), but for some reason the dictionary does not save. As I said before, I have tried using other solutions from other posts, but I am unsure if DataStore2 made changes that I am unaware of.