Assuming we got this table that has Lightning properties:
local LightningSettings = {
Technology = Enum.Technology.ShadowMap,
Brightness = 3,
ColorShift_Top = Color3.new(255, 138, 35),
GlobalShadows = true,
ShadowSoftness = .05,
ClockTime = 9,
GeographicLatitude = 330,
ExposureCompensation = .56,
FogColor = Color3.new(255, 138, 35),
FogEnd = 1000
}
Is there any way to apply those settings on Lightning? Despite applying it one by one, is there another way to do so?