Add a game as a project
add_projectAdd a Roblox game to your account by providing a link, place ID, or universe ID. Ensures the game is pinned to the correct account for access, and refuses games already claimed by others.
Instructions
Put a Roblox game on this account so the rest of these tools can act on it. Takes a game link, place id or universe id, looks the game up, and pins it to whichever Roblox account can actually edit it — without that pin, writes default to an account with no access and fail. A game already claimed by someone else is refused rather than taken over. Follow it with check_permissions to see what still needs a credential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | A roblox.com game link, a place id, or a universe id. | |
| channelName | No | Also make a Discord channel of this name and point the game at it, the way create_channel does. | |
| isUniverseId | No | Set when the number given is a universe id rather than a place id. |