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
Leah, A 2-year-old Girl, Has Been Amusing Her Parents With Her Ability To Remember New Words, Peoples'
Erkunde Pennsylvania: historischen Städte & tolle Landschaft
Jps Occupational Health Clinic
Can Banks Take Your Money To Pay Off Debts? StepChange
Buy Quaaludes Online
Why Does It Say I Have 0 Followers on TikTok?
Supreme Source Dog Food Walmart
Panorama Charter Portal
Darshelle Stevens Thothub
Authentication Portal Pvusd
What is international trade and explain its types?
Ohio Lottery Full Site
Round Yellow Adderall
1 Bedroom Apartment For Rent Private Landlord
Ge Tracker Awakener Orb
Best Charter Schools Tampa
Rogers Breece Obituaries
Machiavelli ‑ The Prince, Quotes & The Art of War
Linktree Teentinyangel
Ds Cuts Saugus
Irela Torres Only Fans
Tethrd Coupon Code The Hunting Public
Truist Business Checking: 2024 Review
CHERIE FM en direct et gratuit | Radio en ligne
Henry Metzger Lpsg
Crowder Hite Crews Funeral Home Obituaries
Caldwell Idaho Craigslist
Watch Psychological Movies Online for FREE | 123Movies
Becker-Hunt Funeral Home Obituaries
Craigslist Rooms For Rent Rhode Island
[마감]봄나들이 갈때 나만의 스타일을 골라보아요~!마감된이벤트 - dodry
Fast X Showtimes Near Evo Cinemas Creekside 14
A 100% Honest Review of M. Gemi Shoes — The Laurie Loo
Point After Salon
Publix Super Market At Lockwood Commons
Vegamovies Home
Shellys Earth Materials
Kostenlose Karneval Google Slides Themen & PowerPoint Vorlage
Korslien Auction
Gym Membership & Workout Classes in Lafayette IN | VASA Fitness
Etfh Hatchery
Assume The Slave Position Natashas Bedroom
Understanding Turbidity, TDS, and TSS
Mycourses Wcc
Pressconnects Obituaries Recent
Best Th13 Base
Bridgeway Diagnostic Auburn Al
Download Diablo 2 From Blizzard
11526 Lake Ave Cleveland Oh 44102
'We weren't done': Spacebar Arcade closes its doors for good
How to Set Up Dual Carburetor Linkage (with Images)
Auctionzipauctions
Latest Posts
Article information

Author: The Hon. Margery Christiansen

Last Updated:

Views: 5725

Rating: 5 / 5 (50 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: The Hon. Margery Christiansen

Birthday: 2000-07-07

Address: 5050 Breitenberg Knoll, New Robert, MI 45409

Phone: +2556892639372

Job: Investor Mining Engineer

Hobby: Sketching, Cosplaying, Glassblowing, Genealogy, Crocheting, Archery, Skateboarding

Introduction: My name is The Hon. Margery Christiansen, I am a bright, adorable, precious, inexpensive, gorgeous, comfortable, happy person who loves writing and wants to share my knowledge and understanding with you.