TikTok star Bobby Vivid’s 16-year-old daughter, Bailey Lentz, was reportedly killed on Sunday, February 5, 2023, in a hit-and-run incident in Connellsville, Pennsylvania. The news was confirmed in a TikTok video by Bobby, who can be heard saying:
"I don’t know how to do this... Everybody loved Bailey, and she’s no longer with us"
Bobby Vivid's brother Adam then uploaded a follow-up video to the influencer's TikTok account to clarify what had happened. He explained that Bailey had died in a tragic accident and that Bobby would be taking a break. He added that there were reports that the suspect was apprehended.
According to Observer-Reporter, local authorities have arrested a Canadian man who goes by Mark Lucic.
Friends of the grieving family set up multiple GoFundMe pages to support them during this time of loss. Megan Harrier set up the first one on behalf of Bailey's mother, Danielle Lentz. In the description, she stated that the 16-year-old had her whole life ahead of her. The page received over $4000 in donations at the time of writing this article.
👉 For more insights, check out this resource.
Another was set up by Jordan Jones, who explained that the donations would go towards Bailey's funeral and help "alleviate financial burdens." The page has raised over $19,000.
"Something no parent should go thru": Tributes pour in after news of Bobby Vivid's daughter's death spread
Netizens were shocked to hear the horrific news of Bailey's death. They took to TikTok to offer their condolences to the grieving family, stating that Bobby lost his best friend. Some stated that the driver was "heartless and irresponsible" to leave her without help.
👉 Discover more in this in-depth guide.
They pointed out that the influencer must be hurting and in a lot of pain and stated that he should take as much time as he needs to recover. One TikTok user, Bella Scorn (@Bella Scorn), expressed their grief at the father's loss and remarked:
Another user, @Southernpride146, offered support to Bobby Vivid and stated they would be there if he needed anyone to talk to.
Here are some more comments seen on Twitter offering tributes to Bobby Vivid's daughter:
Bobby Vivid is a TikTok star known for his lip-syncing and dancing videos, especially those with his daughter. The 24-year-old influencer boasts a following of 850,000 with over 18 million likes across all his videos.
According to unconfirmed reports, the incident occurred when a car ran a stop sign and collided with the unsuspecting 16-year-old as she was crossing the street. She suffered fatal injuries and died even before being transported to the hospital.
" 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": 1392431, "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(1392431); 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(1392431) >= 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(1392431) .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 }); })();