function update() local time = os.date(("%H:%M:%S")) -- TextItem がテキストのオブジェクト vci.assets.SetText("TextItem", " Time : "..tostring(time)) end