Roblox Get File Tree
roblox_get_file_treeRetrieve a hierarchical tree view of a Roblox game's instance structure. Understand project layout and organization at a glance.
Instructions
Get a hierarchical tree view of the game's instance structure, useful for understanding project layout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootPath | No | Root instance path for the tree. | game |
| maxDepth | No | Maximum tree depth. | |
| includeProperties | No | Include basic properties (ClassName) in each node. | |
| waitForResponseMs | No | How long to wait for a runtime response. |