ScoreDrop
Home Documentation FAQ Features About

Features & Updates

What's new in ScoreDrop and what each plan supports

Last updated: March 6, 2026

Edit Player Name In-Game

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

Delete Scores

Remove individual player scores or clear the entire leaderboard. This feature is designed for game administrators and works differently depending on your plan:

  • Free: No delete functionality
  • Basic: No delete functionality
  • Pro: Delete up to 5 scores per day + 1 bulk delete per month
  • Unlimited: Unlimited deletes

Available in the Unlimited plan. Optionally, players can remove their own scores.

Feature Comparison by Plan

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

All Platforms Support

Unity

Full integration with our Unity package

Godot

HTTPRequest example in docs

Unreal

FHttpModule example in docs

HTML/JS

fetch API example

Python

requests library example

Construct

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.