Prerequisites
Before starting, make sure you have:- Python 3.11 or higher installed
- A Roblox account with badges you want to remove
Step 1: Install DBR
If you haven’t already installed DBR, choose your preferred package manager:Step 2: Get Your ROBLOSECURITY Token
To authenticate with Roblox, you need to extract your ROBLOSECURITY token:- Visit the ro.py guide for detailed instructions on how to safely export your token
- Copy the token value (it will be a long string starting with
_|WARNING:)
Step 3: Set Up Authentication
There are two ways to provide your token to DBR. Using an.env file is recommended for security.
- Using .env file (Recommended)
- Using command-line argument
Step 4: Remove Your First Badge
Now you’re ready to remove badges! Here are some common usage examples:- Remove by Badge ID
- Remove by Place ID
- Remove by User ID
- Remove by Group ID
- Remove from File
Remove a specific badge by its ID:You can also use the short form:
Step 5: Download Spam Badge Lists (Optional)
DBR can download curated lists of spam badges to help you identify and remove them:- Badge Spam Lists
- MetaGamerScore Invalid List
Download badge chain lists from the community repository:This downloads text files from exurd/badge-spam-lists containing place IDs from various Roblox badge chains.
Step 6: Scan Your Inventory (Optional)
Before removing badges, you can scan your inventory to see what spam badges you have:- Scan your badge inventory for spam badges
- Create two text files: one for places and one for badges
- NOT delete any badges (scan only)
Make sure you’ve downloaded spam lists first using the commands in Step 5, as the scanner uses these lists to identify spam badges.
Complete Example
Here’s a complete workflow from start to finish:Advanced Options
DBR provides several advanced options for power users:Concurrent Deletion Threads
Speed up badge deletion by increasing the number of concurrent threads:Custom Cache Directory
Specify a custom directory for cache data:Use Badgers of Robloxia Database
Use the Badgers of Robloxia database to find disabled badges:Requests to the BOR API can take a long time. It’s recommended to use the inventory scanner instead for finding hidden badges.
Next Steps
- Learn about batch removal strategies for cleaning up large badge inventories
- Explore advanced configuration options for customizing DBR
- Read the command reference for all available commands
Getting Help
If you need help or encounter issues:- Run
dbr --helpto see all available commands - Check the GitHub repository for issues and updates
- Review the troubleshooting guide for common issues and solutions

