This is the rankgun module designed to work with Roblox made using rojo and roblox-ts.
Read more on the Rankgun docs.
Feel free to open a pull-request, we're happy to expand and improve! 💖
- Make sure ESLint is installed.
- Make suer prettier is installed.
- Ensure rojo and roblox-ts are installed.
- Run watch mode:
npx rbxtsc -w
- Create
exports
folder.
- Output the model:
rojo build build.project.json --output exports/model.rbxmx
- Ensure rojo plugin is installed to Roblox Studio:
rojo plugin install
- Serve:
rojo serve serve.project.json
- Connect via plugin in roblox studio.