generate_mesh
Create 3D mesh models from natural-language text prompts in Roblox Studio. Converts descriptions into placeable meshes with configurable position, scale, and anchoring.
Instructions
Official Roblox Generative AI: Generates a 3D mesh model from a natural-language text prompt using Roblox official AI mesh generator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Target scale Vector3 [x, y, z] | |
| parent | No | Target parent instance path in DataModel (default: Workspace) | |
| prompt | Yes | Text description of the 3D model/mesh to generate | |
| anchored | No | Whether generated parts should be anchored | |
| position | No | Target placement Vector3 [x, y, z] |