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.
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.
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 Collectionshows the full aura collection for the linked Roblox account.View Serialsshows every serial number that user owns.View Stats Foundshows 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 listshows who you're following./follow dm addstarts following a player./follow dm removestops 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_channelsets the notification channel./follow server delete_channelremoves the configured channel./follow server add,remove,listmanage 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 addadds an aura to the selection./chart removepops one out./chart listshows the current selection./chart clearstarts over./chart generaterenders 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:
Autofollows Discord's locale (default).English, USfor English in the United States.Español, LATAMfor 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.