Skip to main content

🔧Settings

The settings file is just a file that allows you to change some of the behaviors from ProStore.

SettingDescription
SaveInStudioWhether you want the data changed in a studio session to save or not
LoadInStudioWhether you want the data from the DataStore to be loaded while in a studio session
OutputWarnings.inStudioWhether you want the warnings (usually errors) to output on the console during a studio session
OutputWarnings.inReleasedWhether you want the warnings (usually errors) to output on the console during a normal game session
AutoSave.EnabledWhether you want the users data to be saved every X amount of minute during his session.
AutoSave.TimeGapHow often do you want the users data to be saved (In minutes).
AutoSave.NotificationsIf you want a notification to be be printed into the console whenever a users data gets saved.
DatabasePrivateKeyThe key that will be used to create your dataStore and access it.
ShouldEnforceDataCheckIt will attempt to check if the data is changed on the following 5 seconds or not. This prevents corrupted data when moving between places or upon rejoining the game. It will cause the loading to take an extra 5 seconds