This is a tool to download sounds uploaded to the Roblox website
Once you download this launch a terminal in the folder and run the following command to install the needed dependencies
npm install
To download an audio grab its location url (you can find this in the network tab of your browser's devtools), pass the location as the parameter of the downloadAudio
function and then run the following command
npm run dev
Once the download is complete you can find the audio in the "Roblox audio" folder located in the documents directory