Rapper BFG Straap Shot And Killed in South Dallas (2024)

Crime

Music News

A popular East Dallas rapper, BFG Straap, was shot and killed Thursday afternoon in South Dallas. He was 22 years old.

By Bryson "Boom" Paul

September 23, 2022

Rapper BFG Straap Shot And Killed in South Dallas (1)

DPD is seeking information on the shooting of two men in South Dallas on Thursday. One of them was rapper BFG Straap.Michael Förtsch on Unsplash

`,`

Related

  • Dallas Officer Accused of Capital Murder Wants His Job Back

`,`

Related

  • Ted Cruz Takes Aim at AI-Generated Revenge p*rn With Bipartisan Bill

`,`

Related

  • Two Dallas Employees Reprimanded for Allegedly Stealing Metal From City

`,`

Related

  • Texas Lawmakers Look To Crack Down on Child Sex Abusers

`,`

Related

  • Farmers Branch Mayor Cleared of Ethics Violations Connected to Poker Club

`,`

Related

  • It Took Decades, But Tyler's Kerry Max Cook Has Finally Been Exonerated

`,`

Related

  • Shocking Video of an SUV Crashing into Bike Riders at DFW Airport Goes Worldwide

`,`

Related

  • Plano Woman Behind 2022 Racist Attack Sentenced to Jail Time

`,`

Related

  • A Parker County Teen Confessed to Murdering His Family, and It's Really Disturbing

` ];

Popular East Dallas rapper BFG Straap died of his wounds after being shot Thursday afternoon in South Dallas. He was 22 years old.

BFG Straap, born Antywon Dillard, and 26-year-old Cory Lucien were shot by unknown assailants between Casey Street and South Malcolm X Boulevard. Police were dispatched at 3:30 p.m. on Thursday, according to The Dallas Morning News. Dillard died at the hospital. Lucien died at the scene.

BFG Straap, who was best known for his song "I'm Good," was born on Jan. 7, 2000, while his mother was incarcerated, according to his website bio, and grew up impoverished. Straapgravitated toward music as a teen following the death of a close friend and began his music career in 2016. He first earned recognition with the release of his 2019 song “Las Vegas,” later collaborating with fellow DFW rappers Trapboy Freddy, Lil CJ Kasino, SSG Splurge and BigXThaPlug.

DaBaby producer Jetsonmade guided him early in his career after hearing the young hip-hop artist's signature cadence and skill for lyricism.

InAugust, Straap released his album 11:11, which featured his last video, “Everyday 420."

Tributes for the late rap star have since flooded social media.

“Rip fam turnt da whole city up from start to finish,” said @moneyboybhris_ in the comments of the Instagram post that broke the news, belonging to blogger beezytvdigital.

“dam I was hoping that lil nig— made it. Ball out with Sweeney and Jay,” said @Dee_roney_ on the post.

One Instagram user commented, “Damn bro was talented fr. There has been too many rappers that we all listen in our generation getting killed by gun violence, being shot at like wtf this can’t go on for too long,” said another Instagram user in the comments of the same post.

A graphic video of the crime scene surfaced on social media immediately following the shooting, showing Lucien's body with multiple shot wounds.

After word of Straap’s passing reached the internet, Oak Cliff rapper and longtime BFG Straap rival Numbaa 7 shared a since-deleted Instagram Story that plays Miley Cyrus’s hit “Party in the USA.” The song is presumably a reference at BFG Straap’s Instagram username, @straapUSA2.

Numbaa 7 would follow that story with another one.

“Somebody bring me a bowl. I got the bottles, I got bottles coming,” he says looking into the phone camera lens. “Bring me a bowl. We smoking out the bowl. I promise everybody getting litty. Pull up on me, let’s get it. And find me an AirBnB plug, we poppin’ bottle all night. Y'all better not tell me to chill.”

No arrests have been made over Thursday’s shooting.

Anyone with information about the shooting is asked to contact Detective Kimberly Mayfield at 214-671-3646 or [emailprotected] and refer to case No. 172681-2022.

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } // const insertionBlockClass = `fdn-paragraph-insertion-block`; const styleElementHook = `fdn-paragraph-insertion-styles`; jQuery(element).addClass(insertionBlockClass); if (jQuery(`[${styleElementHook}]`).length === 0) { jQuery('div.fdn-content-body, div #storyBody').append('

') const paragraphLineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() const styleElement = jQuery(`

`); const styleText = ` div.fdn-content-body br+.${insertionBlockClass}:not([hidden]), div #storyBody br+.${insertionBlockClass}:not([hidden]) { margin-top: ${paragraphLineHeight*2}px; margin-bottom: ${paragraphLineHeight}px; } div.fdn-content-body br+.${insertionBlockClass}[hidden] > div:last-of-type, div #storyBody br+.${insertionBlockClass}[hidden] > div:last-of-type { margin-bottom: ${paragraphLineHeight*2}px; } ` styleElement.text(styleText); jQuery('head').append(styleElement); } // } } jQuery(element).insertBefore(this.paragraphEndNodes[index]); } else { console.warn('Foundation.ParagraphTool.insertElemenAt: invalid insertion index', index); } } this.insertElemenAtEnd = function (element) { if (this.paragraphEndNodes.length) { let lastNode = this.getNodeAtIndex(this.paragraphEndNodes.length -1); if (this.isDoubleBrParagraphBreak(lastNode) || this.isBrParagraphBreakBeforeBlockElement(lastNode)) { if (jQuery(element).get(0).tagName.match(/SCRIPT/i) !== null) { jQuery('
').insertAfter(this.paragraphEndNodes[index]); jQuery('
').insertAfter(this.paragraphEndNodes[index]); } else { jQuery('div.fdn-content-body, div #storyBody').append('

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } } } } this.bodyContainer.append(element); } this.getNodeAtIndex = function (index) { return this.paragraphEndNodes[index]; } }

`); } var paragraphCount = myParagraphTool.getParagraphEndNodeCount(); // No need to insert if there aren't enough paragaphs if (paragraphCount >= parseInt(item.requiredCountToDisplay)) { // Matches specific paragraph insertion indexes if (item.insertPoint.match(/^\d+$/) !== null) { var insertIndex = parseInt(item.insertPoint) - 1; // Insert within content if (insertIndex < paragraphCount) { myParagraphTool.insertElemenAtIndex(componentElement, insertIndex); } // Append to the end if the insert point is beyond the paragraph count else { myParagraphTool.insertElemenAtEnd(componentElement) } } // Matches for 1/2, 1/4, 2/3, 5/6, etc else if (item.insertPoint.match(/^[1223456]\/[23456]$/) !== null) { var fractionMatch = new RegExp(/^([123456])(?:\/)([23456]$)/); var fractionPart = parseInt(item.insertPoint.match(fractionMatch)[1]); var fractionWhole = parseInt(item.insertPoint.match(fractionMatch)[2]); var fractionValue = fractionPart / fractionWhole; var fractionIndex = Math.floor(myParagraphTool.paragraphEndNodes.length * fractionValue) - 1; myParagraphTool.insertElemenAtIndex(componentElement, fractionIndex); } // Matches for every Nth insertion point else if (item.insertPoint.match(/^\d*th$/i) !== null) { var intervalIndex = parseInt(item.insertPoint.match(/^(\d*)th$/i)[1]); var startingIndex = parseInt(item.startingPoint) - 1; var insertionMax = parseInt(item.maxInsertions) || 100; var insertionCount = 0; for (var i = startingIndex; i < myParagraphTool.paragraphEndNodes.length && insertionCount < insertionMax; i++) { if ((i - startingIndex) % intervalIndex === 0) { let currentNode = myParagraphTool.getNodeAtIndex(i); const clonedComponent = componentElement.clone(); myParagraphTool.insertElemenAtIndex(clonedComponent, i); insertionCount++; } } } } }); Foundation.Content['14892669'].setupInlineComponents = function () { return true; }; if (typeof callback === 'function') { callback(); } }, 200); } Foundation.Content['14892669'].previewInsertionPoints = function () { var myParagraphTool = Foundation.Content['14892669'].paragraphTool myParagraphTool.paragraphEndNodes.each((index, item) => { const insertionPointPlaceholder = jQuery(`

`) myParagraphTool.insertElemenAtIndex(insertionPointPlaceholder, index); }); return 'Paragraph insertion placeholders applied.'; }

Rapper BFG Straap Shot And Killed in South Dallas (2024)
Top Articles
Ezra 9:13 - Ezra's Prayer of Confession
What Does the Bible Say About Punishment Of Sin?
Week 2 Defense (DEF) Streamers, Starters & Rankings: 2024 Fantasy Tiers, Rankings
1movierulzhd.fun Reviews | scam, legit or safe check | Scamadviser
Videos De Mexicanas Calientes
Localfedex.com
Mohawkind Docagent
Wfin Local News
Buckaroo Blog
Yesteryear Autos Slang
Guardians Of The Galaxy Vol 3 Full Movie 123Movies
What Is Njvpdi
Discover Westchester's Top Towns — And What Makes Them So Unique
Pittsburgh Ultra Advanced Stain And Sealant Color Chart
Jc Post News
Lima Funeral Home Bristol Ri Obituaries
Guilford County | NCpedia
Peraton Sso
Arboristsite Forum Chainsaw
Amazing deals for DKoldies on Goodshop!
Nhl Tankathon Mock Draft
Walgreens Alma School And Dynamite
Sussur Bloom locations and uses in Baldur's Gate 3
Morristown Daily Record Obituary
Atdhe Net
Best Boston Pizza Places
Mdt Bus Tracker 27
Radical Red Ability Pill
Craigslist Fort Smith Ar Personals
Grave Digger Wynncraft
Miller Plonka Obituaries
Lilpeachbutt69 Stephanie Chavez
Lininii
Experity Installer
Willys Pickup For Sale Craigslist
The Menu Showtimes Near Amc Classic Pekin 14
What Time Does Walmart Auto Center Open
Mississippi State baseball vs Virginia score, highlights: Bulldogs crumble in the ninth, season ends in NCAA regional
Natashas Bedroom - Slave Commands
Vision Source: Premier Network of Independent Optometrists
Mvnt Merchant Services
Best Restaurants West Bend
Post A Bid Monticello Mn
Courtney Roberson Rob Dyrdek
Ghareeb Nawaz Texas Menu
Deezy Jamaican Food
Actress Zazie Crossword Clue
Plumfund Reviews
Diario Las Americas Rentas Hialeah
Superecchll
BYU Football: Instant Observations From Blowout Win At Wyoming
Arre St Wv Srj
Latest Posts
Article information

Author: Greg O'Connell

Last Updated:

Views: 6599

Rating: 4.1 / 5 (62 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Greg O'Connell

Birthday: 1992-01-10

Address: Suite 517 2436 Jefferey Pass, Shanitaside, UT 27519

Phone: +2614651609714

Job: Education Developer

Hobby: Cooking, Gambling, Pottery, Shooting, Baseball, Singing, Snowboarding

Introduction: My name is Greg O'Connell, I am a delightful, colorful, talented, kind, lively, modern, tender person who loves writing and wants to share my knowledge and understanding with you.