OVERVIEW
--------------------------------------------------------------------------------
This customer-grade, config-driven Team Scoreboard UI is a powerful, ready-to-use
leaderboard framework for Roblox. It offers a perfect balance: a massive,
non-technical configuration file for creators who want deep customization without
touching code, alongside a comprehensive Server and Client API for programmers
who need precise gameplay control.
The system natively supports automated player sorting, live Roblox team regrouping,
and automatic profile badging—all while perfectly preserving your custom visual styles.
FOR CREATORS & DESIGNERS (No Coding Required)
--------------------------------------------------------------------------------
Every feature can be toggled and styled directly through a single, easy-to-read
"Config" script or by tweaking UI shapes right in Roblox Studio:
* Visual Freedom: Change fonts, rounded corners, colors, borders, and paddings
directly in Studio. The code handles the numbers, leaving your custom art
and styling 100% intact.
* Inputs & Keybinds: Choose whether the board opens via Hold, Press, or Always-On
using keyboard, mouse, or console gamepads.
* Smart Tags (Auto-Tags): Automatically show custom icons for Gamepass owners,
group ranks, Roblox Premium subscribers, or verified accounts.
* Team & Stat Layouts: Sort player rows automatically by any statistic (Kills,
Points, etc.) in Ascending or Descending order. Easily reorder which teams
or custom tags display on top.
* Smooth Animations: Toggle built-in "Slide" or "Fade" transitions with custom
speeds and easing styles when opening or closing the board.
* Smooth Animations: Toggle built-in "Slide" or "Fade" transitions with custom
speeds and easing styles when opening or closing the board.
* Automatically displays your leaderstats in the scoreboard.
* See full default config below!
FOR PROGRAMMERS (Feature-Rich Event API)
--------------------------------------------------------------------------------
Take total control over the scoreboard state during match-time using lightweight,
synchronized server and client modules:
* Dynamic UI Locking: Force the board onto a player's screen—either giving them
the option to close it or locking it completely open during map votes or endings.
* Instant Stat & Identity Mocking: Layer manual statistics over the standard
leaderstats, mask/edit active stat displays on the fly, or programmatically
override shown Display Names and usernames.
* Visibility Control: Anonymize specific players by hiding their rows globally, or
hide entire faction categories (like a "Spectators" team frame) from rendering.
* Client-Side Hooks: Instantly pull the live ScreenGui instance, fetch active UI
frames for specific rows, or track whether a client currently has the board open.
* Full Late-Joiner Re-sync: The server automatically tracks and caches runtime
overrides, seamlessly flashing the exact layout state to players who join late.
CONFIG PREVIEW
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This customer-grade, config-driven Team Scoreboard UI is a powerful, ready-to-use
leaderboard framework for Roblox. It offers a perfect balance: a massive,
non-technical configuration file for creators who want deep customization without
touching code, alongside a comprehensive Server and Client API for programmers
who need precise gameplay control.
The system natively supports automated player sorting, live Roblox team regrouping,
and automatic profile badging—all while perfectly preserving your custom visual styles.
FOR CREATORS & DESIGNERS (No Coding Required)
--------------------------------------------------------------------------------
Every feature can be toggled and styled directly through a single, easy-to-read
"Config" script or by tweaking UI shapes right in Roblox Studio:
* Visual Freedom: Change fonts, rounded corners, colors, borders, and paddings
directly in Studio. The code handles the numbers, leaving your custom art
and styling 100% intact.
* Inputs & Keybinds: Choose whether the board opens via Hold, Press, or Always-On
using keyboard, mouse, or console gamepads.
* Smart Tags (Auto-Tags): Automatically show custom icons for Gamepass owners,
group ranks, Roblox Premium subscribers, or verified accounts.
* Team & Stat Layouts: Sort player rows automatically by any statistic (Kills,
Points, etc.) in Ascending or Descending order. Easily reorder which teams
or custom tags display on top.
* Smooth Animations: Toggle built-in "Slide" or "Fade" transitions with custom
speeds and easing styles when opening or closing the board.
* Smooth Animations: Toggle built-in "Slide" or "Fade" transitions with custom
speeds and easing styles when opening or closing the board.
* Automatically displays your leaderstats in the scoreboard.
* See full default config below!
FOR PROGRAMMERS (Feature-Rich Event API)
--------------------------------------------------------------------------------
Take total control over the scoreboard state during match-time using lightweight,
synchronized server and client modules:
* Dynamic UI Locking: Force the board onto a player's screen—either giving them
the option to close it or locking it completely open during map votes or endings.
* Instant Stat & Identity Mocking: Layer manual statistics over the standard
leaderstats, mask/edit active stat displays on the fly, or programmatically
override shown Display Names and usernames.
* Visibility Control: Anonymize specific players by hiding their rows globally, or
hide entire faction categories (like a "Spectators" team frame) from rendering.
* Client-Side Hooks: Instantly pull the live ScreenGui instance, fetch active UI
frames for specific rows, or track whether a client currently has the board open.
* Full Late-Joiner Re-sync: The server automatically tracks and caches runtime
overrides, seamlessly flashing the exact layout state to players who join late.
CONFIG PREVIEW
--------------------------------------------------------------------------------
