ezModules
  • ezModules
  • Task Scheduler
    • Basics
    • Key Features
    • How It Works
    • Advantages of using the TaskScheduler Module
    • Usage Examples
    • Installation
  • Data Handler
    • Getting Started
    • Usage Examples
    • Installation
Powered by GitBook
On this page
  • Get Started with DataHandler
  • Overview
  • Features
  • Notes
  • Support
  1. Data Handler

Getting Started

Get Started with DataHandler

Welcome to the DataHandler module! This guide will help you get started with managing player data in Roblox. With DataHandler, you can easily save, load, and manage player data, as well as create leader stats for your game.

Overview

DataHandler is a module designed to simplify data management in Roblox games. It provides a set of functions to interact with Roblox’s DataStore service, making it easy to handle player data and leaderboards.

Features

  • Save Player Data: Store player data in the DataStore.

  • Load Player Data: Retrieve stored player data.

  • Delete Player Data: Remove player data from the DataStore.

  • Get Player Data: Fetch all data associated with a player.

  • Create Leader Stats: Automatically create leader stats for players with various value types.

Notes

  • Make sure your DataStore and Leaderboard DataStore are correctly set up in Roblox.

  • Ensure that the leaderstats folder and stats are created properly for each player.

Support

If you encounter any issues or have questions, feel free to reach out for support or contribute to the module's development.

Enjoy managing your player data with ease!

PreviousInstallationNextUsage Examples

Last updated 8 months ago