Is there an api that we can use to convert an asset to a downloadable file using ingame scripts? Roblox script capabilities are believed to be limitless so I am trying to know if scripts to api can do this.
2 Likes
Roblox does not support file formats, you could try using base64 and an external API of your own.
2 Likes
There’s a new way to publish models ingame. You can do that and then fetch the assetId and use HttpService
to request to assetdelivery.roblox.com and fetch the download location.
How about get the models from the game and convert it to a downloaded file. Is it possible?
Can you give me a little script on how to use it?
1 Like
I’m pretty sure you’re not able to use Roblox APIs from inside Roblox. The only way to do that is with a proxy, but it may not be permanent