scene-analysis
Installation
SKILL.md
Scene Analysis
Uses SceneAnalysisService to analyze and optimize Roblox game scenes. All commands follow the same cycle:
- Start play mode (required —
SceneAnalysisServiceonly works at runtime) - Run queries via
SceneAnalysisService - Stop play mode
- Analyze results and present findings or make edits
When to Use
- User asks to optimize a scene, check performance, trace memory, or find leaks
- Keywords:
performance,memory,draw calls,triangles,scene health,unparented,leak,optimize,SceneAnalysisService