Sol's Stat Tracker

An unofficial Discord bot for Sol's RNG. Pull stats found, view serial numbers, render charts, and follow players.

Overview

Sol's Stat Tracker is a Discord bot that mirrors a Roblox player's public stats so you can review them in a chat thread. It supports lookups by Roblox username, Roblox user ID, or a linked Discord user, and it works as both a server install and a user install.

Everything runs as slash commands. Three of the most common lookups are also exposed as right-click context menus on any Discord user, so you don't have to type anything to get a quick snapshot of someone's collection.

The bot is not affiliated with Sol's RNG or Roblox. It reads public global messages from the game.

Install

There are two ways to install. They are not mutually exclusive; you can pick either or both.

Add to a server

This is the right install if you want the commands to be available to everyone in a server, and if you want server-wide follow notifications piped into a channel.

Invite Sol's Stat Tracker

Add to your user

User installs let the bot's commands follow you into any server or DM, even places where the bot isn't formally installed. Use this if you want personal DM follow notifications, or if you want to look up players in DMs and group chats.

Context menus

Right-click any Discord user, hover Apps, and you'll find:

  • View Collection shows the full aura collection for the linked Roblox account.
  • View Serials shows every serial number that user owns.
  • View Stats Found shows raw stat-found history.

These are identical to the corresponding slash commands but pre-fill the target user, so you don't have to type a username.

Follows

Follows let you subscribe to a player and get a notification whenever they record a new stat. You can follow players in two scopes:

DM follows

Personal subscriptions delivered to your DMs. Manage them with:

  • /follow dm list shows who you're following.
  • /follow dm add starts following a player.
  • /follow dm remove stops following a player.

Server follows

Server-wide subscriptions delivered to a channel of your choice. A server administrator should pick a channel first with /follow server set_channel.

  • /follow server set_channel sets the notification channel.
  • /follow server delete_channel removes the configured channel.
  • /follow server add, remove, list manage the server's follow list.

Charts

The chart system renders a line chart of discovered auras over time. You build a selection of auras and then ask the bot to render them across a range.

  • /chart add adds an aura to the selection.
  • /chart remove pops one out.
  • /chart list shows the current selection.
  • /chart clear starts over.
  • /chart generate renders the line chart for the selected auras, scoped to a range.

Ranges are the same everywhere: last_hour, last_day, last_week, last_month, last_year, or all_time. Pass unique_auras: true to count distinct auras only.

Language

The bot ships in three locales: English, US, Español, LATAM, and 한국어. By default it follows the locale Discord reports for the user, but you can override it with /language and pick one of the choices from the locale dropdown:

  • Auto follows Discord's locale (default).
  • English, US for English in the United States.
  • Español, LATAM for Latin American Spanish.
  • 한국어 for Korean.

FAQ

How current are the stats?

Lookups pull live data when you run a command. Charts and aura counts are aggregated periodically, so very recent finds may not appear until the next aggregation cycle.

Why can't I find a user?

The user may have set their profile to private, may not have rolled recently, or may be searched under a stale Roblox username. Try searching by Roblox user ID instead.

What is the difference between a DM follow and a server follow?

A DM follow is personal to you and delivered to your DMs. A server follow is shared across a server and delivered to a channel an admin configured with /follow server set_channel.

Do follows DM me forever?

Until you remove them. Run /follow dm list to see who you're following and /follow dm remove to unsubscribe.

Can I use the bot in DMs without installing it on a server?

Yes. Use the user install. The bot's commands will be available to you anywhere on Discord that allows user-installed apps.