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 .ROBLONECURITY 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-type
package and custom logic for Roblox-specific assets thanks to RobloxAPI's helpful spec