Installation¶
Luau¶
Add the following line to your wally.toml:
Rovo = "wireofparadise/rovo@0.1.0"
This version may not always be up-to-date. Please make sure to check the latest release version on GitHub and use that value as your package version.
And then reinstall your packages, using the following command:
wally install
Wally package types
For wally, I recommend using wally-package-types to foward exported types to the module script generated by wally. This allows you to reference Luau types used by Spaceship.
You can also install Spaceship as a standalone roblox model!
Navigate to the latest release on GitHub, download the Rovo.rbxm or Rovo.rbxmx file, and insert it into your place.
TypeScript¶
npm install @rbxts/rovo
JSX Usage
JSX is currently not supported, but I plan to add it in the future.