LaVar Ball and Kristine Leahy had an exchange that went viral in 2017. The Big Baller Brand founder and the former co-host of “The Herd” had a feisty back-and-forth that created a mild storm. Ball wasn’t going to criticize his company which Leahy said could improve a bit. The father of Lonzo and LaMelo Ball was so exasperated that he didn’t even want to talk to or face Colin Cowherd’s co-host.

Ball, on Vlad TV, has not forgotten about that heated argument. Six years after the said incident, here’s what he had to say about Leahy:

(3:10 mark)

'; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ' votes'; if (totalVotes > 10) { pollCount.classList.remove("hidden"); } } function trackBetsTodayPollImpression() { var intersectionObserverForArticlePoll = new IntersectionObserver( function(entries) { entries.forEach(function(entry) { var pollId = entry.target.getAttribute("data-poll-id"); if (POLLS_BY_ID[pollId]['impression_tracked']) return; if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return; setTimeout(function() { if (isInViewport(entry.target)) { POLLS_BY_ID[pollId]['impression_tracked'] = true; var isDesktop = "1"; var gaPayload = { "question" : POLLS_BY_ID[pollId]['question'], "category": "Basketball", "page_url": window.location.href, "option1": POLLS_BY_ID[pollId]['option1'], "option2": POLLS_BY_ID[pollId]['option2'], } if (isDesktop) { gaPayload["device"] = "Desktop"; } else { gaPayload["device"] = "Mobile"; } gtag("event", "BETS_TODAY_POLL_IMPRESSION", gaPayload); intersectionObserverForArticlePoll.unobserve(entry.target); } }, 1000); }); }, { threshold: 0.5 } ); var pollElements = document.querySelectorAll('.bets-today-poll'); pollElements.forEach(function(pollElement) { var isAnswered = pollElement.querySelector(".poll-option-answered"); if (!isAnswered) { intersectionObserverForArticlePoll.observe(pollElement); } }) } return { answerPollX: answerPollX, }; }();
“I told her she scared the hell out of me. She looked like ‘Saw.’ You know that movie ‘Saw’ with the cheekbones and stuff? [I see it] every time I look at her, man. Scared the hell out of me!
“‘You think I’m scaring you? You’re scaring me!’ That’s why I wouldn’t look that way. … You’re scaring me and I ain’t even looking at you. … I’m not gonna deal with this woman. I’m not gonna talk to her.”
youtube-cover

LaVar Ball appeared on “The Herd” at Colin Cowherd’s invitation. Ball wanted to promote his brand after Lonzo Ball’s signature shoe came out. The original price back then was $495, which spiked to $995 for pairs signed by the then-LA Lakers guard.

Cowherd asked Ball how many pairs have they sold. The “BBB” CEO didn’t give a specific number but said that it was a good number. Kristine Leahy joined the fray by asking “How many?” Ball told her to “Stay in your lane.”

While Leahy was saying that she was just curious and that she was disrespected, LaVar Ball kept his face on Cowherd. He told the main host “She scares me to death.”

Ball also said:

(0:17 mark)

“She scares Lonzo [Ball], Lonzo’s scared of me. She scared me, that's why I don’t look that way. I don’t look over there ‘cause I’m thinking of ‘Saw’ right now. Leave me alone!”
youtube-cover

The outspoken guest eventually told Colin Cowherd that they’ve just sold 400-500 pairs of Lonzo Ball’s signature shoes.


Colin Cowherd thought Kristine Leahy did an excellent job dealing with LaVar Ball

Just a few hours after the LaVar Ball-Kristine Leahy exchange, the two were guests on “Speak for Yourself.” Colin Cowherd was asked by Jason Whitlock about his comments regarding the viral argument between the guest and the co-host.

Cowherd commented:

“Today, it got hot on the show and Kristine did what great sportscasters do. She probed and pushed and this is why Kristine’s a great teammate. LaVar Ball comes, he’s a little bit of a circus.
He has good days and bad days. Today, he went over the line and today was disrespectful and what Kristine did was what she should have done.”
youtube-cover

Also read: “Big Baller Scam”: Fans mercilessly roast LaVar Ball for selling minimal Big Baller Brand Equipment worth $1850

Quick Links

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1715636, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1715636); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1715636) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1715636) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();