function onGrab(target) print(ShowPosition(target)) end function ShowPosition(target) local pos = vci.assets.GetSubItem(target).GetPosition() local posc = tostring(pos) local message = target.."'s current position is "..posc.." return message end