get_file_tree
Retrieves Roblox Studio instance hierarchy as a tree structure using dot notation paths, starting from game root or specified instance.
Instructions
Get the Roblox instance hierarchy tree from Roblox Studio. Returns game instances (Parts, Scripts, Models, Folders, etc.) as a tree structure. NOTE: This operates on Roblox Studio instances, NOT local filesystem files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Roblox instance path to start from using dot notation (e.g., "game.Workspace", "game.ServerScriptService"). Defaults to game root if empty. |