1.2.1 • Published 3 years ago

rblx-rip v1.2.1

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

rblx-rip

An asset ripper for ROBLOX.

How to install package (works on typescript and javascript)

npm install rblx-rip --save

Examples

Below you will find some examples to help you:

Typescript

// Requirements
import { RRip } from "rblx-rip"

// Test
const _RRip = new RRip();

// Downloading an audio
(async () => {
    _RRip.audio(639750143);
})();

Javascript

// Requirements
const RRip = require("rblx-rip")

// Test
const _RRip = new RRip.RRip();

// Downloading an audio
(async () => {
    _RRip.audio(639750143);
})();
1.2.1

3 years ago

1.2.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago