DasKairo
(Cairo)
#1
When Using Lighting
, There is a Property called Technology
to change the Lighting Engine, You can change it in Studio, But on Script, you cant.
When Using a Script there is an Enum
known as Enum.Technology
You Might think you can just do this:
Lighting.Technology = Enum.Technology.Legacy -- Old Lighting
But doesnt work, How would i do this?
There was another post on this before. The conclusion (i’m pretty sure) was it is a restricted property that can’t be changed during runtime.
3 Likes
system
(system)
Closed
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.