Roblox SDK

Connect this experience

  1. Create a universe-scoped ingest key on the server.
  2. Add the reusable PrestigeXAnalytics package to ServerScriptService.
  3. Configure universe ID, endpoint and key in a server-only config.
  4. Call RecordPurchase from your existing receipt handler; never replace it.

The SDK batches at most 500 measurements every 45 seconds, retries with backoff and samples client performance. It makes no per-player heartbeat requests.

Read the implementation architecture →