rojo-rbx / remodel

Scriptable Roblox multitool: Manipulate instances, model files, places, and assets on Roblox.com
MIT License
169 stars 38 forks source link

Add APIs to upload places/models as a new asset #38

Open nezuo opened 3 years ago

nezuo commented 3 years ago

Currently we can only upload places and models to existing assets.

There are some cases where you would need to upload to a new asset. A good example of this would be transferring a model from one group to another (or animations if they get support).

An potential API could be: remodel.writePlaceAsset(instance: DataModel) remodel.writeModelAsset(instance: Instance)