Skip to main content
Glama

Roblox Studio MCP Server

set_property

Modify property values of Roblox instances by specifying the instance path, property name, and desired value. Integrates with the Roblox Studio MCP Server to enable precise property adjustments.

Instructions

Set a property on any Roblox instance

Input Schema

NameRequiredDescriptionDefault
instancePathYesPath to the instance (e.g., "game.Workspace.Part")
propertyNameYesName of the property to set
propertyValueYesValue to set the property to (any type)

Input Schema (JSON Schema)

{ "properties": { "instancePath": { "description": "Path to the instance (e.g., \"game.Workspace.Part\")", "type": "string" }, "propertyName": { "description": "Name of the property to set", "type": "string" }, "propertyValue": { "description": "Value to set the property to (any type)" } }, "required": [ "instancePath", "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