Where to find specific error

This is from a game I coded years ago and now all of sudden getting these errors mass spammed in game console


But it doesn’t say where the error is occurring and unable to repro in studio. So how can I tell what thing is trying to be a dictionary? As nothing new has been added and this was never an error years ago

Example from this user
image
image
image
image
image
image

these are all the keys marked dictionary, but they’ve always saved in the past no issues? so is there something else I’m missing? Can I not save stuff like this anymore?

3 Likes

Well about the data stores. That’s a data store script.

When you go into the studio open output and you can see from what script do they come from.

1 Like

Please read my question fully before answering

2 Likes

Well while in studio output you can see these details with ease. Oh you aren’t able to repro.

Well sometimes stuff work different from the game and studio… weird.

1 Like

Your data should look something like this I believe :

{
	["Coins"] = 0;
	["Gems"] = 0;
	["Settings"] = 
		{
			["Shadows"] = false;
		};
	["Text"] = "Text"
}
1 Like

The error shows up most often when trying to save tables that contain Objects such as Parts or Models. Some of your values, such as Boosts, may contain objects. – Could it be owned boats?

1 Like

I’ve gone thru their entire data, nothing out of the ordinary
image

1 Like