Documentation Index
Fetch the complete documentation index at: https://mintlify.com/nnaridz/RbxGenie/llms.txt
Use this file to discover all available pages before exploring further.
Description
Retrieves all instances currently selected in Roblox Studio’s Explorer. Returns the path, class name, and name for each selected instance.Endpoint
Parameters
This tool takes no parameters.Response
An array of objects representing each selected instance
The full path to the instance (e.g., “Workspace.Part”)
The class name of the instance (e.g., “Part”, “Model”, “Script”)
The name of the instance
The number of instances currently selected