--SunItemのゲームオブジェクト名とGetTransform("")の("")の中を一致させる必要があります。 Subitem = vci.assets.GetTransform("Subitem") function onUngrab() local rotate = Quaternion.identity local velocity = Vector3.zero Subitem.SetLocalRotation(rotate) Subitem.SetVelocity(velocity) end