Home - bellaouzo/PlayerState GitHub Wiki
PlayerState
A modern player data management system for Roblox games featuring ProfileService integration, replica-based state replication, automatic leaderboards, and batched updates.
Quick Start
- Configure your data structure in
DefaultData.luau - Configure settings in
PlayerStateConfig.luau - Initialize on server with
PlayerState.Init(player) - Use the API on client and server
Installation
Download the .rbxm file from Releases and drag it into ReplicatedStorage.
Or use the GitHub Cloning Plugin.
API Reference
- Server API - All server-side functions
- Client API - All client-side functions
Documentation
📖 Full documentation: playerstate.netlify.app