An easy to use story (game) creator for Roblox. Made in roblox-ts.
npm install @rbxts/fable
npm install ../path/to/file/rbxts-fable-1.0.0.tgz
- First, be sure to install all necessary dependencies:
npm i
. - Next, compile the project:
rbxtsc build
. - You can then build the package for external use:
npm pack
. Or you can build the example project for testing:npm run build
.
You can connect the example project to Studio with Rojo by running the following: npm run serve
.
Documentation is currently incomplete. It can be built via npx typedoc ./src/index.ts
.