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 💡
- Host: GitHub
- URL: https://github.com/hexa0/lighting-profile
- Owner: hexa0
- Created: 2021-11-21T01:38:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T06:37:39.000Z (7 months ago)
- Last Synced: 2025-03-28T07:29:45.785Z (7 months ago)
- Topics: lighting, luau, plugin, roblox, roblox-plugin, roblox-studio
- Language: Luau
- Homepage: https://create.roblox.com/store/asset/8811872666
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)