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
Is it possible to use a table full of lighting properties to change the Lighting of the game?
Yes, you can just do
for property, value in pairs(daySettings) do
Lighting[property] = value;
end
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.