Skip to content

A desktop application built with Electron that allows you to download Roblox assets, including private audio files and game assets.

License

Notifications You must be signed in to change notification settings

Palayop7239/robloxAssetDownloader

 
 

Repository files navigation

Roblox Asset Downloader

A desktop application built with Electron that allows you to download Roblox assets, including private audio files and game assets.

Features

  • 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

Prerequisites

  • Node.js (Latest LTS version recommended)
  • npm (Comes with Node.js)

Installation

  1. Clone this repository:
git clone https://github.com/ClaytonTDM/robloxAssetDownloader.git
  1. Install dependencies:
npm install
  1. Start the application:
npm start

Usage

  1. Launch the application

  2. 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
  3. Click the Download button

  4. The asset will be downloaded to your downloads folder

Development

  • 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

About

A desktop application built with Electron that allows you to download Roblox assets, including private audio files and game assets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.8%
  • HTML 25.7%
  • CSS 0.5%