GrabCount = 0 function onGrab(target) GrabCount = GrabCount + 1 print("Grab : "..GrabCount) print(target) end