An open API service indexing awesome lists of open source software.

https://github.com/hexa0/lighting-profile-api

Lighting Profile API 💡📜
https://github.com/hexa0/lighting-profile-api

lighting luau roblox roblox-lua roblox-luau roblox-studio

Last synced: 5 months ago
JSON representation

Lighting Profile API 💡📜

Awesome Lists containing this project

README

          

# heyo!
This isn't the repo for the plugin, if you're looking for the plugin and information about it [see here.](https://github.com/hexa0/lighting-profile)

# API 📜

for the API docs, [see here.](https://github.com/hexa0/lighting-profile-api/blob/main/docs/api.md)

# Building 🧱

This project uses [Rojo](https://github.com/rojo-rbx/rojo) for building,

To build this project from scratch, install rojo and then run:

```bash
./build.bat
```
or for linux & mac run:

```bash
./build.sh
```

For more help, check out [the Rojo documentation](https://rojo.space/docs)