Datastore scripts aren't working anymore for some reason

I was trying to use an old datastore script for my game (which originated from here: Datastores requests are getting added to queue and I don't know how to fix it) until it suddenly didn’t work. I was confused because it didn’t show any errors, so I tried to use literally every datastore script from youtube tutorials (for experimenting and to compare those scripts to the one I originally used to see what was wrong with it) and every single one of them aren’t working anymore. Is it just me or is there something wrong with the datastores? If so, what’s the cause of the problem? Also I was adding new data using a local script, so that might have something to do with it, but there were some datastore scripts that weren’t working even when I added data using a normal script

Could you provide the code that handles the DataStore?

its on the solution of the post that I linked on this post

I just solved my own problem. Apparently me using a local script to update the data was something I wasn’t supposed to do. I tried updating the save data script I linked in this post using a normal script and it worked! But I did the same thing with the millions of other save data scripts I got and it didn’t work. Weird, but atleast the problem is solved