v1.1 · Stable

DATASTORE
MIGRATOR

Migrate player data between Roblox universes via Open Cloud API — fast, safe & resumable. Runs locally on your PC, API key never leaves your machine.

How to Install
#1
Download the ZIP above and extract anywhere on your PC
#2
Install Python 3.8+ — check "Add Python to PATH" during install
#3
Double click START.bat — auto installs dependencies & opens browser
#4
Fill in your API Key, Universe IDs, and Datastore Name
#5
Hit RUN MIGRATION and watch the live log. Done!
Features
Run Locally
Runs on your own PC via browser. API key stays on your machine — never sent to any server.
Standard & Ordered
Support both Standard Datastore (player data) and Ordered Datastore (leaderboard).
Dry Run Mode
Simulate migration without writing any data. Test before you commit.
Real-time Log
Live terminal log with success/failed counter and elapsed timer during migration.
Failed Key Log
All failed keys are logged so you know exactly what needs to be retried.
Auto Skip Empty
Keys with empty or null data are automatically skipped — no wasted writes.