Project Init
project_initCreates a local Roblox project manifest in the current workspace, with optional Blender and Luau support.
Instructions
Create the local Roblox all-in-one MCP project manifest in the current workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectName | No | Optional display name for the project manifest. | |
| enableBlender | No | Enable Blender integration in the created manifest. | |
| enableLuau | No | Enable the Luau companion runtime in the created manifest. | |
| force | No | Overwrite an existing valid manifest. |