You can edit almost every page by Creating an account and confirming your email.

Marcus Smart

From EverybodyWiki Bios & Wiki

Template:Prod llm/dated

Murder of FBG Duck
Gold Coast, Chicago (Illinois)
Gold Coast, Chicago is located in the United States
Gold Coast, Chicago
Gold Coast, Chicago
Gold Coast, Chicago (the United States)
<graph>

{

 //
 // ATTENTION: This code is maintained at https://www.mediawiki.org/wiki/Template:Graph:Street_map_with_marks
 //            Please do not modify it anywhere else, as it may get copied and override your changes.
 //            Suggestions can be made at https://www.mediawiki.org/wiki/Template_talk:Graph:Street_map_with_marks
 //
 // Template translation is in https://commons.wikimedia.org/wiki/Data:Original/Template:Graphs.tab
 //
 "version": 2, "width":250, "height": 140, "padding": 0,
 "signals":[
   // These signals allow us to quickly move the map within the image, e.g. to leave space for the legend

{"name":"legendWidth", "init": {"expr": "0"} },

   {"name":"legendHeight", "init": {"expr": "height"} },
   {"name":"imgWidth", "init": {"expr": "width-legendWidth"} },
   {"name":"imgHeight", "init": {"expr": "height"} },
   {"name":"imgXC", "init": {"expr": "imgWidth/2"} },
   {"name":"imgYC", "init": {"expr": "imgHeight/2"} },
   {"name":"imgTileSize", "init": {"expr": "256"} },
   {"name":"imgLat", "init": {"expr": "41.9070"} },
   {"name":"imgLon", "init": {"expr": "-87.6245"} },
   {"name":"imgZoom", "init": {"expr": "15"} },
   {"name":"picWidth", "init": {"expr": "180"} },
   {"name":"picHeight", "init": {"expr": "picWidth/2"} },
   {"name":"picXC", "init": {"expr": "imgWidth-(picWidth/2)"} },
   {"name":"picYC", "init": {"expr": "imgHeight-(picHeight/2)"} },
   {"name":"showMiniMap", "init": {"expr": "0"} }
 ],
 "data": [
   {
     "name": "data",

// Otherwise use the first unnamed argument for source values

     "values": [  { "lat": 41.9070, 
    "lon": -87.6245, 
    "img": "wikirawupload:", 
    "width": 50, 
    "height": 8, 
    "offsetX": 49, 
    "offsetY": 60, 
    "textAlign": "right", 
    "textDx": 22, 
    "textDy": -2, 
    "textColor": "grey", 
    "textFont": "Tahoma", 
    "textFontSize": 9, 
    "text":  "200m" }

, { "lat": 0, "lon": 0, "img": "wikirawupload:https://en.everybodywiki.com/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "", "textAlign": "right", "textBaseline": "middle", "textDx": -7, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"


} , { "lat": 41.9070, "lon": -87.6245, "size": "80",

"color": "#FF0000", 
"strokeColor": "#FF0000",
"shape": "circle",

"text": "", "textAlign": "right", "textBaseline": "middle", "textDx": -8, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"


}, { "lat": 41.9070, "lon": -87.6245,

"shape": "circle", 
"size": "0", 
"text": "1", 

"textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": 2, "textFontSize": 6, "textFontWeight": "bold", "textColor": "#0000FF" }
















     ],
     "transform": [
       {
         "type": "geo",
         "projection": "mercator",
         "scale": {"expr": "imgTileSize/PI/2*pow(2,imgZoom)"},
         "translate": [{"expr": "imgXC"}, {"expr": "imgYC"}],
         "center": [{"expr": "imgLon"}, {"expr": "imgLat"}],
         "lon": "lon", "lat": "lat"
       },
       { "type": "formula", "field":"layout_x", "expr": "datum.layout_x + (datum.offsetX || 0)" },
       { "type": "formula", "field":"layout_y", "expr": "datum.layout_y + (datum.offsetY || 0)" },
       { "type": "formula", "field":"color", "expr": "datum.color || '#c33'" },
       { "type": "formula", "field":"textColor", "expr": "datum.textColor || datum.color" },
       { "type": "formula", "field":"strokeColor", "expr": "datum.strokeColor || '#ffe7e6'" }
     ]
   },
   {
     // Hack: single value data source for drawing/hiding images and other non-series elements
     "name": "dummyData",
     "values": [{}]
   }
 ],

// Legend only works if showLegend and colorScaleField are set

 "marks": [
   {
     "type": "image",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "formula", "field":"url", "expr": "'mapsnapshot:///?width='+imgWidth+'&height='+imgHeight+'&zoom='+imgZoom+'&lat='+imgLat+'&lon='+imgLon" }
       ]
     },
     "properties": {
       "enter": {
         "url": {"field": "url"},
         "xc": {"signal": "imgXC"}, "yc": {"signal": "imgYC"},
         "width": {"signal": "imgWidth"}, "height": {"signal": "imgHeight"}
       }
     }
   },
   {
     // Places an image of a given name and size at the [lan,lon] location
     "type": "image",
     "from": {
       "data": "data",
       "transform": [
         { "type": "filter", "test": "datum.img" },
         { "type": "formula", "field":"iconWidth", "expr": "datum.width || 0" },
         { "type": "formula", "field":"iconHeight", "expr": "datum.height || 0" },
         { "type": "formula", "field":"img",
           "expr": "if(!test(/^[a-z]+:\\/\\//, datum.img), 'wikifile:///'+datum.img, datum.img)" },
         // Ensure that either width or height parameter is passed to wikifile:// request
         { "type": "formula", "field":"img",
           "expr": "if((datum.iconWidth || datum.iconHeight) && !test(/[?&](width|height)=\\d/, datum.img),if(datum.iconWidth,datum.img+'?width='+datum.iconWidth,datum.img+'?height='+datum.iconHeight), datum.img)" }
     ]},
     "properties": {
       "enter": {
         "url": {"field": "img"},
         "xc": {"field": "layout_x"}, "yc": {"field": "layout_y"},
         "width": {"field": "iconWidth"}, "height": {"field": "iconHeight"}
       }
     }
   },
   {
     // Draw marks of a given color, shape, and size at the [lan,lon] location
     "type": "symbol",
     "from": {
       "data": "data",
       "transform": [{ "type": "filter", "test": "!datum.img" }]
     },
     "properties": {
       "enter": {
         "x": {"field": "layout_x"},
         "y": {"field": "layout_y"},
         // If colorScaleField is set, use color scaling, otherwise use the preset color value
         "fill": { "field": "color" },
         "size": {"field": "size"},
         "shape": {"field": "shape"},
         "stroke": {"field": "strokeColor"}
       }
     }
   },
   {
     // Draw text with the given color and size at the [lan,lon] location
     // See https://github.com/vega/vega/wiki/Marks#text for all parameter description (prepend "text" and capitalize them)
     "type": "text",
     "from": {
       "data": "data",
       "transform": [
         { "type": "filter", "test": "datum.text" },
         // Figure out if this is an LTR or RTL page. For LTR, show label to the right of the icon, left-aligned. For RTL, reverse.
         { "type": "formula", "field":"isLTR", "expr": "'‎' == '\\u200E'" },
         // If these values are not defined ("undefined" is not allowed, so test for truthiness and not 0)
         { "type": "formula", "field":"textDx", "expr": "if(!datum.textDx && datum.textDx != 0, if(datum.isLTR,8,-8), datum.textDx)" },
         { "type": "formula", "field":"textAlign", "expr": "if(!datum.textAlign, if(datum.isLTR,'left','right'), datum.textAlign)" },
         { "type": "formula", "field":"textBaseline", "expr": "datum.textBaseline || 'middle'" }
     ]},
     "properties": {
       "enter": {
         "text": {"field": "text"},
         "x": {"field": "layout_x" },
         "y": {"field": "layout_y"},
         "dx": {"field": "textDx" },
         "dy": {"field": "textDy"},
         "fill": {"field": "textColor"},
         "align": {"field": "textAlign"},
         "baseline": {"field": "textBaseline"},
         "radius": {"field": "textRadius"},
         "theta": {"field": "textTheta"},
         "angle": {"field": "textAngle"},
         "font": {"field": "textFont"},
         "fontSize": {"field": "textFontSize"},
         "fontWeight": {"field": "textFontWeight"},
         "fontStyle": {"field": "textFontStyle"}
       }
     }
   },
   {
     // Draw a low-zoom locator map frame
     "type": "rect",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" }
       ]
     },
     "properties": {
       "enter": {
         "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
         "width": {"signal": "picWidth", "offset":2}, "height": {"signal": "picHeight"},
         "stroke": {"value":"#fff"},"strokeWidth": {"value":6}
       }
     }
   },
   {
     // Draw a low-zoom locator map by using a premade world map image
     "type": "image",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" },
         { "type": "formula", "field":"url", "expr": "1" }
       ]
     },
     "properties": {
       "enter": {
         "url": {"value": "wikirawupload:"},
         "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
         "width": {"signal": "picWidth"}, "height": {"signal": "picHeight"}
       }
     }
   },
   {
     // Draw a zoom-out mark at the [lan,lon] location
     "type": "symbol",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" },
         { "type": "formula", "field":"lat", "expr": "imgLat" },
         { "type": "formula", "field":"lon", "expr": "imgLon" },
         {
           "type": "geo",
           "projection": "equirectangular",
           "scale": {"expr": "180/2/PI"},
           "translate": [{"expr": "picXC"}, {"expr": "picYC"}],
           "center": [{"expr": "0"}, {"expr": "0"}],
           "lon": "lon", "lat": "lat"
         }
       ]
     },
     "properties": {
       "enter": {
         "x": {"field": "layout_x"}, "y": {"field": "layout_y"},
         "fill": {"value": "#c33"},
         "stroke": {"value": "#ffe7e6"},
         "size": {"value": 40}
       }
     }
   }
 ]

} </graph>

LocationLua error in Module:WikidataIB at line 665: attempt to index field 'wikibase' (a nil value).
DateLua error in Module:WikidataIB at line 665: attempt to index field 'wikibase' (a nil value).
TargetCarlton Dequan Weekly, also known as FBG Duck
Attack type
Murder by shooting
VictimCarlton Dequan Weekly, also known as FBG Duck
Perpetrators
  • Charles Liggins
  • Kenneth Roberson
  • Tacarlos Offerd
  • Christopher Thomas
  • Marcus Smart
MotiveGang-related violence
VerdictGuilty on all counts
Convictions Murder of FBG Duck
Date
SentenceLife imprisonment without the possibility of parole

On August 4, 2020, 26-year-old American rapper Carlton Dequan Weekly, known professionally as FBG Duck, was murdered on the Gold Coast of Chicago, Illinois, United States. Weekly was fatally shot by four gunmen in a targeted attack related to gang violence after shopping with his girlfriend outside a retail store in the Gold Coast neighborhood. Authorities charged five men with murder, attempted murder, and conspiracy to commit murder.[1]

All five perpetrators, Charles Liggins, Kenneth Roberson, Tacarlos Offerd, Christopher Thomas, and Marcus Smart, were convicted of all counts at their trial in 2021 and sentenced to life imprisonment without the possibility of parole.[2]

Attack

On August 4, 2020, FBG Duck was shopping with his girlfriend for a birthday present for his son in the Gold Coast neighborhood of Chicago, a popular upscale shopping district.[3] At approximately 4:26 p.m, two vehicles: A silver Chrysler 300 and a black Ford Fusion, pulled up nearby. Four gunmen emerged from the vehicles and opened fire on Weekly and his girlfriend, alongside another black male, in a coordinated attack. Weekly was struck 16 times and collapsed at the scene.[4]

Emergency services rushed Weekly to a nearby hospital, where he was pronounced dead shortly after arrival. Surveillance footage captured the gunmen fleeing the scene in the two vehicles, which were later identified as part of the investigation. The attack was determined to be a targeted hit linked to ongoing gang rivalries between Weekly's Tookaville faction of the Gangster Disciples and the O-Block gang.[5]

Arrests

On October 13, 2021, following a two-month investigation, the Chicago Police Department arrested five individuals in connection with the murder of FBG Duck. The suspects were identified as Charles Liggins, Kenneth Roberson, Tacarlos Offerd, Christopher Thomas, and Marcus Smart, all alleged members of the O-Block gang, a rival faction to Weekly’s Tookaville group.[6]

Another shooter, Ezell Rawls, also known as Zell Munna, was reportedly involved in the murder of FBG Duck in 2020. He died on August 24, 2021, shortly before several individuals were indicted in connection with the case.

The arrests were supported by evidence including surveillance footage from the crime scene, witness testimonies, and incriminating social media posts linking the suspects to the attack. All five were charged with murder, attempted murder, and conspiracy to commit murder, reflecting the premeditated nature of the shooting.[2] The defendants were also charged with racketeering offenses, as the murder had been committed in support of a criminal enterprise.[7]

Legal proceedings

Following their arrests, the five defendants faced multiple court hearings and pre-trial motions in the lead-up to their 2023 trial. Defense attorneys for Liggins, Roberson, Offerd, Thomas, and Smart argued that the prosecution’s evidence relying heavily on surveillance footage and social media was circumstantial and insufficient to prove guilt beyond a reasonable doubt. They moved to dismiss the charges, citing a lack of direct physical evidence tying their clients to the shooting.

The presiding judge denied the defense motions, ruling that the combination of video evidence, witness statements, and digital forensics constituted a compelling case for trial. The legal proceedings advanced, with the case scheduled for a full trial in 2023.

Trial

The federal trial of Charles Liggins, Kenneth Roberson, Tacarlos Offerd, Christopher Thomas, Ralph Turpin, and Marcus Smart commenced in 2023 and spanned several weeks. The prosecution presented a robust case, relying on key evidence such as surveillance footage capturing the attack, witness testimonies identifying the perpetrators, and social media activity that suggested premeditation and gang affiliation.[8]

The defense countered that the evidence was circumstantial, lacking definitive forensic links such as fingerprints or DNA, and urged the jury to consider reasonable doubt. After several days of deliberation, the jury returned a verdict finding all five defendants guilty of murder, attempted murder, and conspiracy to commit murder. The convictions affirmed the prosecution’s narrative of a planned gang-related assassination.[2] All 6 defendants were found guilty of murder on January 17, 2025.

Perpetrators

The five individuals convicted in the murder of FBG Duck were all identified as members of the O-Block gang, a faction with a longstanding rivalry with Weekly’s Tookaville group. Each played a distinct role in the attack, as determined by the court.[6]

Charles Liggins

Charles Liggins
BornCharles Liggins
Other names"C Murda"
💼 Occupation
Criminal statusIncarcerated

Charles Liggins, known by the alias "C Murda," was one of the primary shooters in the attack. He was identified via surveillance footage and witness statements as having fired multiple rounds at Williams.[2] He is due to be sentenced on November 8, 2025.

Kenneth Roberson

Kenneth Roberson
BornKenneth Roberson
Other names"Kenny Mac"
💼 Occupation
Criminal statusIncarcerated
Warning: Display title "Kenneth Roberson" overrides earlier display title "Charles Liggins".

Kenneth Roberson, alias "Kenny Mac," was the driver, actively participating in the getaway from Oak Street.[5]

Tacarlos Offerd

Tacarlos Offerd
BornTacarlos Offerd
Other names"Los"
💼 Occupation
Criminal statusIncarcerated
Warning: Display title "Tacarlos Offerd" overrides earlier display title "Kenneth Roberson".

Tacarlos Offerd, known as "Los," drove one of the vehicles used in the attack, facilitating the gunmen’s approach and escape.[5] His sentencing is due on September 9, 2025.

Christopher Thomas

Christopher Thomas
BornChristopher Thomas
(1999-03-05)March 5, 1999
Other names"C Thang"
💼 Occupation
Criminal statusIncarcerated
Warning: Display title "Christopher Thomas" overrides earlier display title "Tacarlos Offerd".

Christopher Thomas, alias "C Thang," was involved in planning the murder, coordinating logistics with the other perpetrators.[5] Allegedly, he stood over FBG Duck, whilst shooting him. His sentencing is due on August 28, 2025.

Marcus Smart

Marcus Smart
BornMarcus Smart
(1999-01-04)January 4, 1999
Other names"Muwop"
💼 Occupation
Criminal statusIncarcerated
Warning: Display title "Marcus Smart" overrides earlier display title "Christopher Thomas".

Marcus Smart, known as "Muwop," also played a key role in planning the attack, ensuring its execution.[5]

All five were sentenced to life imprisonment without the possibility of parole following their convictions in 2024.[5] His sentencing is now due on September 18, 2025.

References

  1. "Rapper FBG Duck, 26, Killed in Chicago Shooting That Injured 2 Others". People.com. Retrieved 2025-04-20.
  2. 2.0 2.1 2.2 2.3 "6 alleged gang members convicted of killing Chicago rapper FBG Duck in 2020". AP News. 2024-01-18. Retrieved 2025-04-20.
  3. "Trial begins in Gold Coast slaying of rapper, 'they had one mission — to kill Duck'". Chicago Sun-Times. 2023-11-08. Retrieved 2025-04-20.
  4. "American rapper FBG Duck is shot dead in broad daylight in Chicago". Telegrafi. 2020-08-05. Retrieved 2025-04-20.
  5. 5.0 5.1 5.2 5.3 5.4 5.5 "6 O-Block street gang members convicted in 2020 Gold Coast shooting death of Chicago rapper FBG Duck". ABC7 Chicago. 2024-01-17. Retrieved 2025-04-20.
  6. 6.0 6.1 "15 seconds of mayhem in Gold Coast: FBI affidavit lifts curtain on FBG Duck murder case". Sun-Times Media Wire. 2022-01-31. Retrieved 2025-04-20.
  7. "Six Members or Associates of Violent Street Gang Convicted of Federal Racketeering Offenses Including the Murder of Chicago Rapper". Department of Justice. United States Attorney's Office - Northern District of Illinois. Retrieved 3 July 2026.
  8. "Videos". FOX 32 Chicago. 2024-01-18. Retrieved 2025-04-20.


This article "Murder of FBG Duck" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Murder of FBG Duck. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.