How to publish model to inventory from in game

A while ago roblox announced the ability to publish a package / model to your inventory in-game. I cant seem to find the announcement link or the api. can someone help me out

1 Like

Roblox did announce the ability to publish packages/models in game. You can use the AssetService:CreatePlaceAsync and AssetService:SavePlaceAsync APIs to save models or packages to your inventory. For more detailed documentation, check the AssetService API reference.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.