white-dragon-tools/Roblox Place Action
Create, delete, and list Roblox places using private API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Action to perform: create, delete, or list | yes | — |
| roblosecurity | Roblox .ROBLOSECURITY cookie for authentication | yes | — |
| experience_id | Roblox Experience (Universe) ID | yes | — |
| place_id | Roblox Place ID (required for delete and publish actions) | no | — |
| api_key | Roblox Open Cloud API Key (required for publish action) | no | — |
| file_path | Path to .rbxl or .rbxlx file (required for publish action) | no | — |
| place_name | Name for the new place (optional, for create action, requires api_key) | no | — |
Outputs
| name | description |
|---|---|
| place_id | Created place ID (for create action) |
| places | JSON array of places (for list action) |
| success | Whether the publish was successful (for publish action) |
| version_number | Published version number (for publish action) |