-- Acquire owner information. local owner = vci.studio.GetOwner() ---- Acqure the SubItem local subItem = vci.assets.GetSubItem("SubItem1") -- Move the SubItem to the right hand position. local rightHand = owner.GetBoneTransform("RightHand") if rightHand then subItem.SetPosition(rightHand.position) subItem.SetRotation(rightHand.rotation) end