91³Ô¹ÏÍø

Watch CBS News

Marlon Wayans hopes Chris Rock and Will Smith can come together after Oscars slap: "We can't just let that sit there"

Marlon Wayans praised fellow comedian Chris Rock for finally addressing last year's Oscars slap in a new comedy special and said he hopes Rock and Will Smith can reconcile and get past the infamous incident.

"It was good to hear him speak about it. You could tell it was passionate," Wayans told "CBS Mornings" in an interview Monday. "What you heard was somebody that was hurt, somebody that was finding their way to heal in that moment."

Rock discussed getting smacked by Smith in a Netflix special that streamed live over the weekend. In it, he brags about taking "that hit like Pacquiao" and suggests he was caught in the crossfire in Smith's relationship with his wife, Jada Pinkett Smith. 

Wayans, whose own new comedy special takes a deep dive into the slapping incident, said he's spoken to the three of them separately and thinks both Rock and Smith are still hurt.

"I think Will's hurt has nothing to do with Chris. Maybe something that's happened in Will's life," he said. "That was a snap moment. That brother snapped. That's not Will. Will's composed."

Wayans said that if he had his way he would pull the pair into the principal's office and say, "We have to stop this."

"I don't think it's ever cool to hit somebody. But I do think that at some point we can't let that just sit there," he said. "I think for our children, for our people, for the people, that we just can't sit in pain and not come to terms. And I think we can all make mistakes, but at some point... let's sit down and come to the table and fix this."

In the new comedy special "Marlon Wayans: God Loves Me," which just dropped on HBO Max, the "White Chicks" and "Scary Movie" star discusses his life and career through the lens of the Academy Awards incident. He said he focused on the slap partly because he's known Rock since he was a child and was impacted by the incident.

"I felt like I had to talk about it because it affected my journey," he said. 

Wayans is also guest-hosting "The Daily Show" this week. The show airs on Comedy Central, which is part of CBS News' parent company Paramount Global.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });