Quickly create lighting profiles from the current lighting,
great for quickly switching between different lighting while building,
or for scripted lighting changes between scenes!
for the API docs, see here.
You can get the plugin on roblox or from the releases tab!
alternatively you can build it from source ⬇️
This plugin uses Rojo for building,
To build this plugin from scratch, install rojo then clone the repository with
git clonethen update the submodules
git submodule update --recursive --remoteand then run this if you're on windows
./build.bator if you're on linux or mac run:
./build.shNext, copy LightingProfilePlugin.rbxmx from the builds folder into Roblox Studio's plugin folder
For more help, check out the Rojo documentation