Twitch streamers and AMP members, namely Kai Cenat, Duke Dennis, and Din "Agent00," found themselves in police custody yesterday (August 4) following a meet-and-greet that took an unfortunate turn. The streamers arranged an impromptu giveaway event at Union Square Park in New York for those unaware. Unfortunately, the gathering escalated into a violent incident.

Kai took to his socials to announce a giveaway of PlayStation consoles for his fans. However, by approximately 1 pm, the content creators found themselves inundated with a massive crowd (estimated to be over 2K), prompting the intervention of the NYPD. Left with little recourse, law enforcement was compelled to detain Duke Dennis, Kai Cenat, and Agent00.

fortnite-promotional-banner

Are AMP members Kai Cenat, Duke Dennis, and Agent00 facing charges?

The sizable crowd led the NYPD to declare a "level 4" mobilization, the highest form of emergency response. The initially well-intentioned meet-and-greet event swiftly descended into incidents of vandalism, violence, and the destruction of public property.

Around 5 pm, the NYPD was observed apprehending the streamers. Kai's arrest undoubtedly garnered the most attention, although Duke Dennis and Agent00 were also seen being escorted in the police vehicle. Clips of the streamers getting arrested were also shared:

After their apprehension, NYPD Chief of Department Jeffrey Maddrey affirmed that the meet and greet had not been authorized. He revealed that the legal team has been in touch with the influencers:

"We are in contact with the influencer. I have all the legal team here. I'm gonna have a discussion with the commissioner Caban in a little bit and then we will make a decision there."

He further disclosed that Kai Cenat could face charges, including at least two counts of inciting a riot and unlawful assembly. In a press conference, he said:

"Yes, the influencer is charged. He is gonna be charged with multiple counts. At least two counts of incitement of riots, unlawful assembly and a few other charges."

Although the senior police officer didn't explicitly mention the names of the other AMP members, they will probably encounter similar consequences. Another present member was AMP's Roberto "Fanum." However, there is no evidence of his arrest. Nonetheless, this does not necessarily imply exoneration from potential future actions should they be pursued.


It's worth noting that Kai Cenat was filmed leaving one of the police precincts in New York. Journalists were present to document his departure. However, he was swiftly ushered by security personnel, leaving reporters without any official statements.

None of the streamers in attendance have addressed the situation on their social media platforms as of the time of writing. It is reasonable to anticipate that there will be forthcoming updates concerning potential charges and further developments.

Quick Links

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1616739, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1616739); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1616739) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1616739) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();