-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Description
Currently capture_screenshot only captures the Roblox Studio window, not what's displayed in the Device Emulator. This makes it impossible for Claude to verify mobile layouts without human intervention.
Proposed Tools
set_emulator_device
- device: string (e.g., "iPhone 14", "iPad Pro", "Samsung Galaxy")
- orientation: "portrait" | "landscape"
capture_emulator_screenshot
- Returns screenshot of just the emulator viewport
Use Case
When developing responsive UI, Claude needs to verify layouts work on different screen sizes. Currently Claude must guess at pixel positions and ask the human to manually check the emulator, creating a slow feedback loop.
Technical Notes
- May require changes to the Luau plugin to interact with Studio's Device Emulator
- Alternative: render a preview based on viewport dimensions without the full emulator
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels