get_project_structure
Retrieve the hierarchical structure of a Roblox game project, starting from the workspace root or a specified path. Adjust the maxDepth parameter to explore deeper levels or filter results to show only scripts and script containers.
Instructions
Get complete game hierarchy. IMPORTANT: Use maxDepth parameter (default: 3) to explore deeper levels of the hierarchy. Set higher values like 5-10 for comprehensive exploration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxDepth | No | Maximum depth to traverse (default: 3). RECOMMENDED: Use 5-10 for thorough exploration. Higher values provide more complete structure | |
path | No | Optional path to start from (defaults to workspace root) | |
scriptsOnly | No | Show only scripts and script containers |