Skip to content

hexa0/lighting-profile

Repository files navigation

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!

API

for the API docs, see here.

Installing

You can get the plugin on roblox or from the releases tab!
alternatively you can build it from source ⬇️

Building

This plugin uses Rojo for building,
To build this plugin from scratch, install rojo then clone the repository with

git clone

then update the submodules

git submodule update --recursive --remote

and then run this if you're on windows

./build.bat

or if you're on linux or mac run:

./build.sh

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

For more help, check out the Rojo documentation