Quick Start
Need help?
Feel free to ask us questions in our Discord server's #help channel!
roblox-ts makes it really easy to get started!
- Run
npm init roblox-ts
command to start the interactive project setup tool - Run
npx rbxtsc -w
to start watch mode - In another terminal, run
rojo serve
to start Rojo - Open a Roblox Studio place and connect your Rojo plugin
- Write code! 🎉