Skip to main content

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!

  1. Install the latest version of roblox-ts with npm install -g roblox-ts
  2. Run rbxtsc init command to start the interactive project setup tool
  3. Run rbxtsc -w to start watch mode
  4. In another terminal, run rojo serve to start Rojo
  5. Open a Roblox Studio place and connect your Rojo plugin
  6. Write code! 🎉

If you need more help, you can find a detailed guide here.