Skip to main content
Glama

Roblox Studio MCP Server

create_object

Instantiates a new Roblox object with a specified class and parent, allowing users to define a basic structure in Roblox Studio.

Instructions

Create a new Roblox object instance (basic, without properties)

Input Schema

NameRequiredDescriptionDefault
classNameYesRoblox class name (e.g., "Part", "Script", "Folder")
nameNoOptional name for the new object
parentYesPath to the parent instance (e.g., "game.Workspace")

Input Schema (JSON Schema)

{ "properties": { "className": { "description": "Roblox class name (e.g., \"Part\", \"Script\", \"Folder\")", "type": "string" }, "name": { "description": "Optional name for the new object", "type": "string" }, "parent": { "description": "Path to the parent instance (e.g., \"game.Workspace\")", "type": "string" } }, "required": [ "className", "parent" ], "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