Add support for uploading models, rename place_id to asset_id

This commit is contained in:
Lucien Greathouse
2019-01-10 14:31:41 -08:00
parent d52ecaa050
commit d53ffd8da2
3 changed files with 29 additions and 13 deletions

View File

@@ -60,5 +60,5 @@ You'll need an existing place on Roblox.com as well as the `.ROBLOSECURITY` cook
Generating and uploading your place file is as simple as:
```sh
rojo upload --place_id [PLACE ID] --cookie "[SECURITY COOKIE]"
rojo upload --asset_id [PLACE ID] --cookie "[SECURITY COOKIE]"
```