
Can we make disappear an element of scenery with a script?
I tried to move it instead of deleting it.
But, when I try to move through the script, I get an error on a "read only value".
Thank You!
Code: Select all
function eclairage()
fx_1:setLight(0, 0, 1, 10, 2, 20, false)
end