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