No sub-tasks.
Global Statistics System
What it is
A stats leaderboard showing the stats of everyone in-game. Two UIs under the stats ScreenGui:
- globalStats (the global leaderboard menu)
- yourStats (your own stats)
UI location: stats ScreenGui (globalStats, yourStats).
[IMAGE: GLOBAL STATISTICS leaderboard. Tabs ACTIVITY / MONEY / KILLS. Top 3 podium (1, 2, 3) with rendered avatars, then a scrolling ranked list below.]

globalStats (from the picture)
- Title "GLOBAL STATISTICS".
- Three category tabs at the top: ACTIVITY, MONEY, KILLS.
- A top-3 podium (1 in the middle, 2 left, 3 right). The avatar must be rendered on the tribune (podium) for the top players.
- Below the podium, a scrolling ranked list (rank number, player name, value). It's an interactable leaderboard you can scroll.
- Each tab (activity / money / kills) shows the leaderboard ranked by that stat.
Behaviour
- Updates automatically from datastores.
- Also connected to a Discord webhook to send updated statistics to a Discord server.
yourStats
- Shows your own stats (activity, money, kills).
- [Fill in any extra detail you want here, layout etc.]
Notes
- Avatars rendered on the podium for the top 3.
- Leaderboard is scrollable / interactable.
- Auto-updates from datastores + webhook to Discord.
ALL UI IS ACCESABLE THROUGH A KEYBIND ON UNIVERSAL KEYBIND UI. MAKE SURE TO ADD SOUNDS AND ITNERACTION WHEN INSIDE THIS.
No extra pictures yet.