SimpleDataStores-RBLX
  • Roblox SimpleDataStores
  • Player Data
    • PublicPlayerData
    • HiddenPlayerData
    • Folder/Table Data Saving
    • SaveOnDeath and SaveOnRejoin
  • Full errors list
  • Settings
    • CanSaveBackpack
    • SaveInStudio
    • DataStoreName
    • CustomTablePropretiesSave
    • EnableEconomyTracking
    • OutputDebugging
  • Custom Data Module [🔜]
  • Newest Fix
    • LATEST VERSION
    • [COMING SOON] Version 7
    • Version 6
    • Version 5
    • Version 4
    • Version 3
    • Version 2
    • Version 1
  • Help & Feedback
    • Dev Forums
  • Deprecated
    • Data Management Team [🔜]
    • Enhanced Output Debugging
    • Modifications
Powered by GitBook
On this page
  • Default Saving Errors
  • CanSaveBackpack Errors
  • CustomTablePropretiesSave Errors
  • Custom Data Module Errors

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.

Error
Reason
Solution
Requires OutputDebugging

Failed to save data for player (Error 1)

Function to save player data was not able to fire

  1. Roblox outage is ongoing

  1. A setup issue with Custom Data Module, check the SetDataFunction

Failed to retrieve data for player (Error 2)

Function to retieve player data failed

  1. Roblox outage is ongoing

  1. 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

  1. Enable SaveInStudio

  1. Test in the Roblox game rather then in studio

CanSaveBackpack Errors

Error
Reason
Solution
Requires OutputDebugging

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

Error
Reason
Solution
Requires OutputDebugging

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

Error
Reason
Solution
Requires OutputDebugging

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.

PreviousSaveOnDeath and SaveOnRejoinNextCanSaveBackpack

Last updated 4 days ago