function onUngrab(target) local rotate = vci.assets.GetTransform(target).GetRotation() local base = Quaternion.identity print(Quaternion.Dot(rotate, base)) end