I've been trying to test my place's data persistence and get it up and running, but Studio continuously shoots me down with the line, "Place has to be opened with Edit button to access DataStores."
I have been opening the place with the Edit button. I have turned on the API access option. I am testing with a server test. I have confirmed that my place id is set. I have closed and reopened and it did not work.
Is this an issue with Studio that I just can't fix?
This is the line in question:
local saveStore = game:GetService("DataStoreService"):GetDataStore("Save_Store")
It is in a local script inside a GUI.
You cannot use DataStores with LocalScripts.
When you've rectified that issue, and if you're still having troubles with testing DataStores in edit mode, make sure that you're logged in and that the DataModel's PlaceId property isn't 0.