91³Ô¹ÏÍø

Watch CBS News

Gucci Mane kidnapped, robbed at gunpoint in Dallas studio ambush involving rappers Pooh Shiesty and Big30, DOJ says

Nine people, including rappers and , have been federally charged in connection with an alleged kidnapping and armed robbery targeting music industry figures, including Atlanta rap superstar , at a Dallas recording studio, the Department of Justice .

Eight of the nine defendants were arrested this week in Dallas and Memphis. Prosecutors say the group orchestrated a violent ambush on Jan. 10 after luring victims to Texas under the guise of a business meeting.

According to a federal criminal complaint, the victims, including Gucci Mane, whose real name is Radric Davis, flew into Dallas that Saturday afternoon for what they believed was a meeting to discuss a recording contract dispute involving Pooh Shiesty, whose legal name is Lontrell Williams Jr.

Instead, authorities say nine suspects carried out a coordinated armed takeover inside the studio on Dallas Parkway.

cbstexas-pooh-shiesty-gucci-mane-big30-1.jpg
From left to right, rappers Pooh Shiesty, Gucci Mane, and Big30. Prosecutors say Atlanta rapper Gucci Mane was lured to a Dallas studio, then allegedly kidnapped and robbed at gunpoint by a group that included Pooh Shiesty and Big30. Getty Images / CBS Texas

Investigators say the suspects entered the studio around 3:43 p.m. on Jan. 10 and quickly separated the victims, with Pooh Shiesty taking Gucci Mane into a recording room while others remained in a control room.

Inside the recording room, Pooh Shiesty allegedly pulled an AK-style pistol and forced Gucci Mane, described in the criminal complaint as the head of record label , to sign paperwork releasing him from his contract at gunpoint.

As that was happening, prosecutors say the remaining suspects drew firearms and began robbing others in the studio.

One victim was pushed onto a couch and had his wallet and jewelry stolen, while another was choked from behind to the point of near unconsciousness and robbed of a Rolex watch, a Louis Vuitton bag, and other valuables.

Authorities say Rodney Wright Jr., known as Big30, helped block the studio door, preventing victims from escaping while armed suspects carried out the robbery.

At one point, victims believed they were about to be killed, according to the complaint, before being ordered out of the studio.

Evidence includes surveillance, cell data and social media posts

The group then fled the scene in multiple vehicles, including a Dodge Charger Hellcat, a Dodge Ram truck and a rented Buick Enclave, investigators said.

Federal agents say the attack was planned in advance.

According to the complaint, Pooh Shiesty's father helped arrange the meeting and even visited a Staples store hours earlier, where investigators believe contract documents used in the alleged extortion were printed.

Cellphone records, surveillance footage and license plate reader data showed several suspects traveled together from Memphis to Dallas in the days leading up to the incident and stayed overnight at a Dallas hotel after the robbery.

Investigators also cited electronic monitoring data showing Pooh Shiesty was at the studio despite being on home confinement for a prior federal firearms conviction.

In the hours and days after the incident, prosecutors say several suspects posted photos and videos on social media displaying large amounts of cash and jewelry believed to be stolen during the robbery.

Fingerprint evidence recovered from items inside the studio, including red plastic cups, also tied multiple suspects to the scene, according to the complaint.

All nine defendants are charged with kidnapping and conspiracy to commit kidnapping. If convicted as charged, each defendant faces a maximum sentence of up to life in federal prison.

The FBI Dallas Violent Crimes Task Force is leading the investigation, with assistance from multiple federal, state and local agencies across Texas and Tennessee.

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=296763317a51cab90faa73f1bb146d5c'; 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(); } }); }); }); });