grand-hawk/Roblox Luau Execution
Executes Luau code from a file in a execution session
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| roblox_api_key | Roblox Open Cloud API key (string) | yes | — |
| universe_id | Universe id (string) | yes | — |
| place_id | Place id (string) | yes | — |
| luau_file | Luau file to execute (string path) | yes | — |
| output_file | Output file to write to (string path) | no | "" |
| dump_to_summary | Dump output to summary as codeblock (boolean) | no | false |
Outputs
| name | description |
|---|---|
| results | Execution session results |