function onGrab(target) local Subitem = vci.assets.GetTransform("Subitem") local dot = Vector3.Dot(Vector3.up, Subitem.GetUp()) print(dot) end