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

  • Hometown Actress Revisits 1980s Murder in New Podcast

`,`

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

` ];

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
Madden 25: 10 Things I Learned In My First 24 Hours
Biden admin announces results of historic Medicare drug price negotiations that will save $6B | CNN Politics
What Did Bimbo Airhead Reply When Asked
This website is unavailable in your location. – WSB-TV Channel 2 - Atlanta
Nybe Business Id
Caesars Rewards Loyalty Program Review [Previously Total Rewards]
Walgreens Pharmqcy
Bin Stores in Wisconsin
Vocabulario A Level 2 Pp 36 40 Answers Key
Alaska: Lockruf der Wildnis
Paradise leaked: An analysis of offshore data leaks
Simpsons Tapped Out Road To Riches
Best Forensic Pathology Careers + Salary Outlook | HealthGrad
E22 Ultipro Desktop Version
Cincinnati Adult Search
Imouto Wa Gal Kawaii - Episode 2
Engineering Beauties Chapter 1
Dtm Urban Dictionary
Walgreens On Bingle And Long Point
Bj타리
Catchvideo Chrome Extension
Aes Salt Lake City Showdown
Truck from Finland, used truck for sale from Finland
NV Energy issues outage watch for South Carson City, Genoa and Glenbrook
Generator Supercenter Heartland
Mbi Auto Discount Code
Jay Gould co*ck
Petsmart Distribution Center Jobs
Upstate Ny Craigslist Pets
Watchdocumentaries Gun Mayhem 2
Strange World Showtimes Near Atlas Cinemas Great Lakes Stadium 16
Craigslist In Myrtle Beach
Craigslist Red Wing Mn
Pillowtalk Podcast Interview Turns Into 3Some
Craigslist Summersville West Virginia
Raising Canes Franchise Cost
Wattengel Funeral Home Meadow Drive
Heelyqutii
8 Ball Pool Unblocked Cool Math Games
Convenient Care Palmer Ma
Lbl A-Z
Obituaries in Hagerstown, MD | The Herald-Mail
Walmart Car Service Near Me
Www Craigslist Com Atlanta Ga
Pulaski County Ky Mugshots Busted Newspaper
FedEx Authorized ShipCenter - Edouard Pack And Ship at Cape Coral, FL - 2301 Del Prado Blvd Ste 690 33990
Craigslist St Helens
Cara Corcione Obituary
Okta Login Nordstrom
Guy Ritchie's The Covenant Showtimes Near Look Cinemas Redlands
M Life Insider
Generator für Fantasie-Ortsnamen: Finden Sie den perfekten Namen
Latest Posts
Article information

Author: Edmund Hettinger DC

Last Updated:

Views: 5341

Rating: 4.8 / 5 (58 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Edmund Hettinger DC

Birthday: 1994-08-17

Address: 2033 Gerhold Pine, Port Jocelyn, VA 12101-5654

Phone: +8524399971620

Job: Central Manufacturing Supervisor

Hobby: Jogging, Metalworking, Tai chi, Shopping, Puzzles, Rock climbing, Crocheting

Introduction: My name is Edmund Hettinger DC, I am a adventurous, colorful, gifted, determined, precious, open, colorful person who loves writing and wants to share my knowledge and understanding with you.