Skip to main content
Glama

Roblox Studio MCP Server

mass_set_property

Modify properties across multiple instances simultaneously in Roblox Studio, streamlining bulk updates with precise control over property name and value.

Instructions

Set the same property on multiple instances at once

Input Schema

NameRequiredDescriptionDefault
pathsYesArray of instance paths to modify
propertyNameYesName of the property to set
propertyValueYesValue to set the property to (any type)

Input Schema (JSON Schema)

{ "properties": { "paths": { "description": "Array of instance paths to modify", "items": { "type": "string" }, "type": "array" }, "propertyName": { "description": "Name of the property to set", "type": "string" }, "propertyValue": { "description": "Value to set the property to (any type)" } }, "required": [ "paths", "propertyName", "propertyValue" ], "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