A highly configurable and flexible system for setting up and managing leaderboards in Roblox games. Leaderboards can be created using a really simple to understand API & can easily have automatically managed leaderboard GUIs in Workspace or the player's PlayerGui.
Installation is as simple as placing the module somewhere both the server and client can view such as Workspace or ReplicatedStorage and then requiring and using the module from a server script.
Features include:
Installation is as simple as placing the module somewhere both the server and client can view such as Workspace or ReplicatedStorage and then requiring and using the module from a server script.
Features include:
- Player/Group leaderboards (Automatically fetches player/group name and icon when returning leaderboard information)
- Custom leaderboards (Provide a custom function for the leaderboard to retrieve the name and icon for an entry when returning leaderboard information)
- Rotating leaderboards (Easily create a leaderboard that resets on an interval like a weekly or monthly leaderboard)
- Tag-based managed leaderboard GUIs & refresh timers
- Integrate with custom number systems (Easily implement a custom number system like AlyaNum into your leaderboard to support really large numbers, perfect for simulators/incrementals!)
