Skip to main content
Glama

Roblox Studio MCP Server

mass_duplicate

Create multiple duplicates of Roblox Studio instances simultaneously, with customizable name patterns, position offsets, rotation offsets, scale adjustments, and parent assignments.

Instructions

Perform multiple smart duplications at once

Input Schema

NameRequiredDescriptionDefault
duplicationsYesArray of duplication operations

Input Schema (JSON Schema)

{ "properties": { "duplications": { "description": "Array of duplication operations", "items": { "properties": { "count": { "description": "Number of duplicates to create", "type": "number" }, "instancePath": { "description": "Path to the instance to duplicate", "type": "string" }, "options": { "properties": { "namePattern": { "description": "Name pattern with {n} placeholder", "type": "string" }, "positionOffset": { "description": "X, Y, Z offset per duplicate", "items": { "type": "number" }, "maxItems": 3, "minItems": 3, "type": "array" }, "propertyVariations": { "description": "Property name to array of values", "type": "object" }, "rotationOffset": { "description": "X, Y, Z rotation offset per duplicate", "items": { "type": "number" }, "maxItems": 3, "minItems": 3, "type": "array" }, "scaleOffset": { "description": "X, Y, Z scale multiplier per duplicate", "items": { "type": "number" }, "maxItems": 3, "minItems": 3, "type": "array" }, "targetParents": { "description": "Different parent for each duplicate", "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "instancePath", "count" ], "type": "object" }, "type": "array" } }, "required": [ "duplications" ], "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