item = vci.assets.GetTransform('SubItem') function updateAll() -- 所有権に関係なく全ユーザーが十個する if item.IsMine then -- SubItemの所有者の場合 true item.SetPosition(Vector3.__new(1, 2, 3)) end end