Go back

v1.0.0

Release


Release Information

Project: Levelling Framework

Version: v1.0.0

Downloads: 0

Release Notes

LevellingFramework v1.0.0

The first official release of LevellingFramework is here.

LevellingFramework is a modular, scalable, and developer-friendly levelling system framework for Roblox experiences. It provides a complete backend solution for managing player progression, XP, levels, progression curves, modifiers, and client synchronization.

This release establishes the foundation of the framework and introduces a clean API designed to be easy to integrate while remaining flexible enough for larger projects.

Features

  • Customizable level progression curves
  • XP and level management
  • Total XP tracking
  • Profile-based player data handling
  • Level modifiers for applying rewards or gameplay changes
  • Client-side XP and level synchronization events
  • Player lifecycle events (PlayerLinked / PlayerUnlinked)
  • Built-in validation system
  • Configurable maximum levels
  • XP constraints and progression handling
  • Modular internal architecture

Developer Experience

LevellingFramework was built with scalability and maintainability in mind.

The framework separates

  • Data handling
  • Progression calculations
  • Validation
  • Configuration
  • Developer callbacks
  • Client communication

This allows developers to integrate custom progression systems without modifying the framework's core logic.

Installation

You may find installation guide/documentation on the official website.

Notes

This is the first stable release of LevellingFramework.

Future updates may include

  • Additional progression utilities
  • More customization options
  • Expanded documentation
  • Developer quality-of-life improvements

Thank you for using LevellingFramework.