Skip to main content
Glama

Roblox Studio MCP Server

mass_create_objects

Generate multiple objects in Roblox Studio simultaneously by specifying class names, parent paths, and optional names. Simplifies bulk object creation for efficient project setup.

Instructions

Create multiple objects at once (basic, without properties)

Input Schema

NameRequiredDescriptionDefault
objectsYesArray of objects to create

Input Schema (JSON Schema)

{ "properties": { "objects": { "description": "Array of objects to create", "items": { "properties": { "className": { "description": "Roblox class name", "type": "string" }, "name": { "description": "Optional name for the object", "type": "string" }, "parent": { "description": "Path to the parent instance", "type": "string" } }, "required": [ "className", "parent" ], "type": "object" }, "type": "array" } }, "required": [ "objects" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/boshyxd/robloxstudio-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server