17 lines
344 B
Markdown
17 lines
344 B
Markdown
# Nyali-2
|
|
Generated by [Rojo](https://github.com/rojo-rbx/rojo) 7.6.1.
|
|
|
|
## Getting Started
|
|
To build the place from scratch, use:
|
|
|
|
```bash
|
|
rojo build -o "Nyali-2.rbxlx"
|
|
```
|
|
|
|
Next, open `Nyali-2.rbxlx` in Roblox Studio and start the Rojo server:
|
|
|
|
```bash
|
|
rojo serve
|
|
```
|
|
|
|
For more help, check out [the Rojo documentation](https://rojo.space/docs). |