Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 578 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 578 Bytes

roblox-ts Demo Template

Looking to get started with roblox-ts? Just download this repository to get started!

Prerequisites

You'll need:

  • NodeJS and NPM
  • roblox-ts 0.1.7+ ( npm i -g roblox-ts )
  • Rojo 0.5.x

If you're unsure on how to install these things, please refer to our "Quick Start" guide.

Setup

npm install

Usage

rbxtsc && rojo build --output build.rbxlx

This will compile your files into the out folder and then create a build.rbxlx to open in Roblox Studio.