The error ist still there after the fix
Open the folder js inside the game files then plugins find Community_Lighting_MZ right click edit then find
Game_Variables.prototype.GetTint = function () {
if (!this._Community_Lighting_Tint_Value) this._Community_Lighting_Tint_Value = VRGBA.minRGBA();
return this._Community_Lighting_Tint_Value.clone();
AND DELETE THE '!" from !this._Community_Lighting_Tint_Value that should fix it