first commit

This commit is contained in:
2026-03-06 12:01:46 +07:00
commit 8758cabc30
7 changed files with 109 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# 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).