Full errors list
Default Saving Errors
*Error's listed here are hard coded errors meaning that the system results to displaying these intentionally to stop the script continuing into a fail. Errors relating to a fail may be caused by changing the script itself.
Failed to save data for player (Error 1)
Function to save player data was not able to fire
Roblox outage is ongoing
A setup issue with Custom Data Module, check the SetDataFunction
Failed to retrieve data for player (Error 2)
Function to retieve player data failed
Roblox outage is ongoing
A setup issue with Custom Data Module, check the GetDataFunction
SaveInStudio is disabled which prevented saving while you playtest in Roblox Studio. Saving WILL work in production game. (Error 3)
SaveInStudio is disabled while you was playtesting in Roblox Studio
Enable SaveInStudio
Test in the Roblox game rather then in studio
CanSaveBackpack Errors
No Backpack found for player (Error 4)
Player instance did not have a backpack. This is likely a loading issue
Probably a Roblox Outage causing loading delays. Unlikely error
... was unretrievable. Please put a copy of the tool in the SaveableTools folder (Error 5)
Could not find the given tool name in 'SaveableTools' folder
Duplicate the tool and move it to Settings -> CanSaveBackpack -> SaveableTools
CustomTablePropretiesSave Errors
Failed to set property ... on ... (Error 6)
DataStores retrieved infomation to set an instance property but the script is unable to
Likely a read only property so remove it from CustomTablePropritiesSave folder in Settings.
Custom Data Module Errors
Only 1 instance can be in DataModule folder. Please ensure that there is only 1 ModuleScript in DataModule Folder (Error 7)
There is 2 or more instances/scripts in the DataModule folder
Only have 1 ModuleScript in DataModule folder
Module Script not found in DataModule folder (Error 8)
There is something in DataModule folder but it's not a ModuleScript
Replace what's in DataModule folder with a ModuleScript and ensure it does not return nil.
DataStore could not be set up correctly. Please follow the documentation or DevForums post for more infomation on how to fix. (Error 9)
The system experienced an error when requiring the module script.
Make sure the ModuleScript returns something except nil or you may be experiencing a Roblox related problem like an outage.
Last updated