Skip to main content
Glama

Roblox Studio MCP Server

set_calculated_property

Use mathematical formulas and variables to dynamically set properties for Roblox Studio instances. Specify paths, property names, and formulas to automate property adjustments.

Instructions

Set properties using mathematical formulas and variables

Input Schema

NameRequiredDescriptionDefault
formulaYesMathematical formula (e.g., "Position.magnitude * 2", "index * 50")
pathsYesArray of instance paths to modify
propertyNameYesName of the property to set
variablesNoAdditional variables for the formula

Input Schema (JSON Schema)

{ "properties": { "formula": { "description": "Mathematical formula (e.g., \"Position.magnitude * 2\", \"index * 50\")", "type": "string" }, "paths": { "description": "Array of instance paths to modify", "items": { "type": "string" }, "type": "array" }, "propertyName": { "description": "Name of the property to set", "type": "string" }, "variables": { "description": "Additional variables for the formula", "type": "object" } }, "required": [ "paths", "propertyName", "formula" ], "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