1.6.9 • Published 6 months ago

rbx-reader-ts v1.6.9

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
6 months ago

rbx-reader

A module that allows for reading of .rbxm and .rbxl files.

Huge thanks to @shiinazzz for helping to get the code into useful TypeScript form.

Usage

Basic reading:

const fs = require("node:fs")
const reader = require("rbx-reader")
const buf = fs.readFileSync("./path/to/roblox/file.rbxm") // Can also be an .rbxl
const result = reader.parseFile(buf)
1.6.9

6 months ago

1.6.8

6 months ago

1.6.7

6 months ago

1.6.6

6 months ago

1.6.5

6 months ago

1.6.4

6 months ago

1.6.3

6 months ago

1.6.1

6 months ago

1.6.0

6 months ago

1.5.9

6 months ago

1.5.8

6 months ago

1.5.7

7 months ago

1.5.6

7 months ago

1.5.5

7 months ago

1.5.4

7 months ago