bulk_create_game_passes
Create multiple Roblox game passes in a single API call, automatically rate-limiting to avoid errors. Each pass is created sequentially; one failure won't stop the rest, and a summary with per-item results is returned.
Instructions
Create many game passes in one call. Use this instead of calling create_game_pass repeatedly. Items are created sequentially with automatic rate limiting (the API allows 5 writes/second). Returns a summary plus a per-item result (created 'id' or error); one failing item does not stop the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | The game passes to create. | |
| universeId | Yes | The Roblox universe (game) ID. |