Get the roblox developer console output from the Roblox Game Client
get-console-outputRetrieve recent Roblox developer console logs from the active client. Adjust volume and sort order using limit and logsOrder.
Instructions
Read recent Roblox developer console logs from the active client. Use limit and logsOrder to control volume and ordering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 50, to avoid overwhelming output) | |
| logsOrder | No | The order of the logs to return (default: NewestFirst) | NewestFirst |
| filter | No | Optional string filter; only logs containing this text are returned |