Caution
This is a community-maintained fork of RDD by cactus.
Locally download Roblox deployments (Windows/Mac) directly from your browser!
Hosted officially @ https://rdd.latte.to
RDD can assemble plain resources directly from Roblox's setup
S3 storage bucket into a format the user would expect to be able to directly extract/run from. Everything is fetched locally in your browser, without any additional required server resources!
[*] USAGE: https://rdd.latte.to/?channel=<CHANNEL_NAME>&binaryType=<BINARY_TYPE>&version=<VERSION_HASH>
Binary Types:
* WindowsPlayer
* WindowsStudio64
* MacPlayer
* MacStudio
Extra Notes:
* If `channel` isn't provided, it will default to "LIVE" (the production channel)
You can also use an extra query argument we provide, `blobDir`, for specifying
where RDD should fetch deployment files from. This is useful for using different
relative directories than normal for a certain client type, such as for fetching
stuff from /mac/arm64/ instead of /mac/
Blob Directories (Examples):
* "/" (Default for WindowsPlayer/WindowsStudio64)
* "/mac/" (Default for MacPlayer/MacStudio)
* "/mac/arm64/"
..