1.6.9 • Published 12 months ago

rbx-reader-ts v1.6.9

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
12 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

12 months ago

1.6.8

12 months ago

1.6.7

12 months ago

1.6.6

12 months ago

1.6.5

12 months ago

1.6.4

12 months ago

1.6.3

12 months ago

1.6.1

12 months ago

1.6.0

1 year ago

1.5.9

1 year ago

1.5.8

1 year ago

1.5.7

1 year ago

1.5.6

1 year ago

1.5.5

1 year ago

1.5.4

1 year ago