📗
Ezstatz Documentation
  • 👋Welcome
  • ☑️Setting Up
  • 🪧Guide
    • 🥇Making Leaderboards via Ezstatz
    • 💾Managing Player Data
  • 🖥️API Reference
    • 📝Creator Functions
    • 🔄Getter Functions
    • ✅Setter Functions
    • ➕Comparison Functions
    • 💾Data Functions
  • ⚙️Settings Module
Powered by GitBook
On this page
  • dataStoreName
  • dataStoreKey

Settings Module

The Settings Module, if it isn't obvious enough, configures most of the Ezstatz settings. It is located under the Ezstatz module.


dataStoreName

Changing the DataStore name is highly recommended. If the DataStore name remains as its default and it's changed later on, player data may be affected.

Determines the DataStore's name. ezstatz_data is the DataStore name by default.

dataStoreKey

Changing the DataStore key is highly recommended. If the DataStore key remains as its default and it's changed later on, player data may be affected.

Determines the DataStore's key name. leaderstatsData is the DataStore key name by default.

PreviousData Functions

Last updated 1 year ago

⚙️