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 💡📜
- Host: GitHub
- URL: https://github.com/hexa0/lighting-profile-api
- Owner: hexa0
- Created: 2025-03-20T00:08:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T06:35:32.000Z (about 1 year ago)
- Last Synced: 2025-03-28T07:29:44.284Z (about 1 year ago)
- Topics: lighting, luau, roblox, roblox-lua, roblox-luau, roblox-studio
- Language: Luau
- Homepage: https://create.roblox.com/store/asset/8811872666
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)