Skip to main content
Glama

Roblox Studio MCP Server

set_relative_property

Adjust Roblox instance properties using mathematical operations like add, subtract, multiply, or divide to modify values relative to their current state for precise game design adjustments.

Instructions

Modify properties relative to their current values

Input Schema

NameRequiredDescriptionDefault
componentNoSpecific component for Vector3/UDim2 properties
operationYesMathematical operation to perform
pathsYesArray of instance paths to modify
propertyNameYesName of the property to modify
valueYesValue to use in the operation

Input Schema (JSON Schema)

{ "properties": { "component": { "description": "Specific component for Vector3/UDim2 properties", "enum": [ "X", "Y", "Z" ], "type": "string" }, "operation": { "description": "Mathematical operation to perform", "enum": [ "add", "multiply", "divide", "subtract", "power" ], "type": "string" }, "paths": { "description": "Array of instance paths to modify", "items": { "type": "string" }, "type": "array" }, "propertyName": { "description": "Name of the property to modify", "type": "string" }, "value": { "description": "Value to use in the operation" } }, "required": [ "paths", "propertyName", "operation", "value" ], "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