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

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

Lighting Profile Plugin 💡
https://github.com/hexa0/lighting-profile

lighting luau plugin roblox roblox-plugin roblox-studio

Last synced: 5 months ago
JSON representation

Lighting Profile Plugin 💡

Awesome Lists containing this project

README

          

# 💡 Lighting Profile

Quickly create lighting profiles from the current lighting 💡,

great for quickly switching between different lighting while building 🧱,
or for scripted lighting changes between scenes! 📜

# Installing 📥

You can get the plugin [on roblox](https://www.roblox.com/library/8811872666/Lighting-Profile-Creator) or from the [releases tab!](https://github.com/hexa0/lighting-profile/releases)

alternatively you can build it from source ⬇️

# API 📜

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

# Building 🧱

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

To build this plugin from scratch, install rojo then clone the repository with
```bash
git clone
```
then update the submodules
```bash
git submodule update --recursive --remote
```
and then run this if you're on windows

```bash
./build.bat
```

or if you're on linux or mac run:

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

Next, copy `LightingProfilePlugin.rbxmx` from the builds folder into Roblox Studio's plugin folder

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