Lighting Table Question

Is it possible to use a table full of lighting properties to change the Lighting of the game?


Example of what I am talking about

Yes, you can just do

for property, value in pairs(daySettings) do
    Lighting[property] = value;
end
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.