item = vci.assets.GetSubItem("subitem") function onGrab() local velocity = Vector3.__new(0, 0, 10) print(velocity) item.SetVelocity(velocity) end