function onUse(self) print("onUse") local r = math.random() local g = math.random() local b = math.random() vci.assets._ALL_SetMaterialEmissionColorFromIndex(0, Color.__new(r,g,b)) end