While building Cannolies I ran into a time consuming issue of changing settings in Lighting to accommodate for the different themes/atmospheres of each room, so I spent all of yesterday and today writing a plugin that’ll make it easier for me to switch in-between presets for Cannolies. My plugin is simple and easy to use and only has two buttons, one for saving your current settings in Lighting as well as any shaders stored in Lighting or the camera, it will save your settings by writing the data to a modulescript and parenting it to a folder in Lighting called “Saved_Ambiences” and automatically select the newly instanced ModuleScript for you so you know where its at, the other button loads the settings, if the only thing you have currently selected is a ModuleScript… I didn’t bother to put in any failsafes incase you tried to load a ModuleScript that wasn’t a settings save file, don’t really need to either… Well thats all I got to say, simple plugin, might be useful, might not.
Plugin link: Ambience saver and loader - Roblox
And incase any of you are wondering what the contents of a saved ModuleScript settings file looks like: