What's new in ScoreDrop and what each plan supports
Last updated: March 6, 2026
Players can change their display name directly from your game! When a player submits a score with a new name, it automatically updates in the leaderboard. This works thanks to our player_id system that keeps players identified even when they change their name.
Available in all plans
Remove individual player scores or clear the entire leaderboard. This feature is designed for game administrators and works differently depending on your plan:
Available in the Unlimited plan. Optionally, players can remove their own scores.
| Feature | Free | Basic ($5) | Pro ($20) | Unlimited ($50+) |
|---|---|---|---|---|
| Max Scores | 20 | 50 | 100 | 500 |
| Edit Name In-Game | ✓ | ✓ | ✓ | ✓ |
| Delete Individual Scores | ✗ | ✗ | ✓ (5/day) | ✓ |
| Bulk Delete | ✗ | ✗ | ✓ (1/month) | ✓ |
| Rate Limit (requests/min) | 30 | 60 | 120 | 300 |
Full integration with our Unity package
HTTPRequest example in docs
FHttpModule example in docs
fetch API example
requests library example
AJAX example
Note for developers: All features work the same way across all platforms. The only difference is the HTTP request code in your specific language/framework. Check our documentation for examples.