> For the complete documentation index, see [llms.txt](https://robloxpyc.gitbook.io/roblox-pyc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://robloxpyc.gitbook.io/roblox-pyc/lunar/introduction.md).

# Introduction

> This language is best for production use and great syntax sugar

```
rbxlun c
```

Replaces all Lua scripts with lunar and comments old code.

```
rbxlun w
```

Compile all lunar scripts, when enter is clicked again in the terminal compile again.

```
rbxlun lib <path/to/replicatedstorage/roblox-pyc.lua>
```

Starts dependencies installation

> Lunar is based on MoonScript but modified for Roblox.
>
> The official docs page for Lunar will redirect you to the official moonscript docs.
