Bulk Place Downloading

I am going to be travelling this season and I might not have an good internet connection to access the roblox places stored in cloud. Good let’s just download them but there’s a problem. I have 20-55 places (not going to use them all in an vacation but I want to future proof) Is there an web api or some other way to bulk download all of those places so I do not have to manually open and download each of them?

3 Likes

As roblox patched downloading assets straight from the website like it used to allow before, it seems that even if any sort of api for this existed, it would be broken by now, best to download them all, also, you should research on the game:Load() function, it might help: DataModel | Documentation - Roblox Creator Hub

1 Like

In fact, roblox patched downloading assets but if you are asset owner, you can download.
yes, roblox.com/assets/?id=something not work anymore but https://assetdelivery.roblox.com/v1/asset/?id=something will work.

https://assetdelivery.roblox.com/docs#!/AssetFetch/get_v1_asset

1 Like