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