function onGrab(target) print("onGrab : "..target) local item = vci.assets.GetTransform(target) print(item.GetPosition()) end