create_game_pass
Create a new game pass in a Roblox universe. Add a name, then set a price and mark it for sale to make it purchasable.
Instructions
Create a new game pass in a universe. Only a name is required. To make it purchasable, also pass priceInRobux and isForSale: true — it cannot be put on sale without a price. Returns the created game pass including its new ID. Requires an API key scoped to write game passes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The game pass name shown to buyers. | |
| isForSale | No | Whether it is available for purchase. Requires a price. | |
| universeId | Yes | The Roblox universe (game) ID. | |
| description | No | Optional description. | |
| priceInRobux | No | Price in Robux. Required before it can be sold. |