A desktop application built with Electron that allows you to download Roblox assets, including private audio files and game assets.
- Download Roblox assets using asset IDs
- Support for Roblox-specific assets such as animations/models
- Support for private assets using .ROBLOSECURITY cookie and place ID
- Dark/Light theme support
- Node.js (Latest LTS version recommended)
- npm (Comes with Node.js)
- Clone this repository:
git clone https://github.com/ClaytonTDM/robloxAssetDownloader.git- Install dependencies:
npm install- Start the application:
npm start-
Launch the application
-
Fill in the required fields:
- Roblox Cookie (Optional): Your .ROBLOSECURITY cookie (required for private assets)
- Place ID (Optional): The ID of the game you want to download assets from (required for private assets)
- Asset ID: The ID of the asset you want to download
-
Click the Download button
-
The asset will be downloaded to your downloads folder
- Build with Electron
- Uses Roblox API to fetch asset information
- Uses Tailwind CSS for styling
- Includes file type detection using
file-typepackage and custom logic for Roblox-specific assets thanks to RobloxAPI's helpful spec
- Q: How do I install this?
- A: Download the EXE, or if you're on MacOS/Linux, refer to the Installation steps.
- Q: Can I sell this?
- A: No. It is prohibited by the Commons Clause in the LICENSE file.
- Q: Does this break Roblox TOS?
- A: No. This uses official Roblox APIs according to the TOS.
- Q: What can this download?
- A: Models, animations, audio, etc. You name it and my tool can probably download it.