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)

References

Top Articles
What is Cabinet Light?
Home Gym Design for Tiny Spaces
jazmen00 x & jazmen00 mega| Discover
I Make $36,000 a Year, How Much House Can I Afford | SoFi
Lorton Transfer Station
Archived Obituaries
Beacon Schnider
Devotion Showtimes Near Mjr Universal Grand Cinema 16
Craigslist Vermillion South Dakota
Remnant Graveyard Elf
Oriellys St James Mn
Directions To O'reilly's Near Me
Premier Reward Token Rs3
Ts Lillydoll
Curtains - Cheap Ready Made Curtains - Deconovo UK
fort smith farm & garden - craigslist
Espn Horse Racing Results
Bj Alex Mangabuddy
Forest Biome
We Discovered the Best Snow Cone Makers for Carnival-Worthy Desserts
Walmart Near South Lake Tahoe Ca
Yog-Sothoth
Yonkers Results For Tonight
Wics News Springfield Il
Naval Academy Baseball Roster
Craig Woolard Net Worth
Strange World Showtimes Near Savoy 16
Znamy dalsze plany Magdaleny Fręch. Nie będzie nawet chwili przerwy
Bj's Tires Near Me
James Ingram | Biography, Songs, Hits, & Cause of Death
Verizon TV and Internet Packages
Petsmart Distribution Center Jobs
2015 Chevrolet Silverado 1500 for sale - Houston, TX - craigslist
A Man Called Otto Showtimes Near Carolina Mall Cinema
Supermarkt Amsterdam - Openingstijden, Folder met alle Aanbiedingen
Kips Sunshine Kwik Lube
Wildfangs Springfield
Mars Petcare 2037 American Italian Way Columbia Sc
Dee Dee Blanchard Crime Scene Photos
18 terrible things that happened on Friday the 13th
511Pa
How to Quickly Detect GI Stasis in Rabbits (and what to do about it) | The Bunny Lady
Unitedhealthcare Community Plan Eye Doctors
Dragon Ball Super Card Game Announces Next Set: Realm Of The Gods
Syrie Funeral Home Obituary
Dicks Mear Me
Tanger Outlets Sevierville Directory Map
Okta Hendrick Login
Amourdelavie
7 Sites to Identify the Owner of a Phone Number
Tenichtop
The Ultimate Guide To 5 Movierulz. Com: Exploring The World Of Online Movies
Latest Posts
Article information

Author: Rob Wisoky

Last Updated:

Views: 6204

Rating: 4.8 / 5 (48 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Rob Wisoky

Birthday: 1994-09-30

Address: 5789 Michel Vista, West Domenic, OR 80464-9452

Phone: +97313824072371

Job: Education Orchestrator

Hobby: Lockpicking, Crocheting, Baton twirling, Video gaming, Jogging, Whittling, Model building

Introduction: My name is Rob Wisoky, I am a smiling, helpful, encouraging, zealous, energetic, faithful, fantastic person who loves writing and wants to share my knowledge and understanding with you.