Skip to main content
Glama

Roblox Studio MCP Server

create_object_with_properties

Generate a new Roblox object instance with specified properties and assign it to a parent in Roblox Studio, simplifying object creation and configuration.

Instructions

Create a new Roblox object instance with initial 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")
propertiesNoProperties to set on creation

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" }, "properties": { "description": "Properties to set on creation", "type": "object" } }, "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