ForceUngrab# ExportTransform.ForceUngrab()# 実行したクライアントのプレイヤーに対して、SubItem の掴み状態を強制的に解除させます。 対象が Grabbable な SubItem でない場合や、プレイヤーが対象の SubItem を掴んでいない場合は何もせず終了します。 Example# local subItem = vci.assets.GetTransform("SubItem1") subItem.ForceUngrab()