Modifying
Modifying the configuration
As noted previously, although you can modify the base configuration, it is best to apply overrides during runtime since you do not have to change every value once you upgrade Light Reflector.
Applying Configuration During Runtime
handler.client.luau
Finding the module
You may find the configuration module at lightreflector.luau/shared/config.luau.
Values
Since the config module may change by every release, it would be best to not list every single configuration value in this document.
Instead, you may look at the config module and its values in config.luau, and modify it at your discretion.
Additionally, descriptors for each configuration value are provided.