I set up a data save system onto my game and it works perfectly well in ReplicatedStorage, but when I change the file location to ServerStorage, all the scripts I made suddenly stop working. I check the dev console and the script is working perfectly fine for ServerStorage, but the scripts show errors. I know you cannot use localscripts to access ServerStorage, but I heard ReplicatedStorage is not a safe place to use for saving data. If I use RepStorage, everything runs smoothly and works, but if ServerStorage, only the datastore script works. Can someone tell me how I can make it work with ServerStorage?
ServerStorage
is not meant for scripts. Instead, use ServerScriptService