Skip to main content
Glama

roblox_get

Query Roblox Studio scenes to retrieve hierarchy trees, instance details, properties, search results, selection data, output logs, and texture information for development and debugging.

Instructions

Read-only queries against the Roblox Studio scene. Use the "action" parameter to select what to retrieve.

Actions:

  • "ping": Check plugin connection status and get place info.

  • "tree": Get ASCII hierarchy tree. Params: root (path, default game), maxDepth (number).

  • "search": Find instances by name/class. Params: query (substring), className, root, maxResults.

  • "instance": Get detailed info about one instance. Params: path (required), depth (children levels, default 1).

  • "properties": Get all readable properties. Params: path (required), properties (array of extra names).

  • "descendants_summary": Class-count breakdown under a root. Params: root (default Workspace).

  • "selection": Get the currently selected instances. Params: depth.

  • "output_log": Read recent Output log entries. Params: maxEntries (default 50).

  • "texture_info": Get texture and decal asset IDs for an instance and its descendants. Returns MeshPart TextureIDs, Decal/Texture asset IDs, and materials. Useful for understanding visual appearance without rendering textures in screenshots. Params: path (required), maxDepth (default 2).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesWhich query to perform
pathNoInstance path (dot-separated)
rootNoRoot path to scope the query
queryNoSearch substring (for search action)
classNameNoFilter by class name (for search)
maxDepthNoTree depth limit
maxResultsNoResult limit for search
maxEntriesNoLog entry limit for output_log
depthNoChildren depth for instance/selection
propertiesNoExtra property names to read (for properties action)

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Latest Blog Posts

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/paralov/roblox-studio-opencode-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server