JoltVibe

Cause of death explored as Bigfoot researcher's passing leaves netizens heartbroken

Bigfoot researcher and YouTuber Scott Carpenter passed away from a brain aneurysm on Friday, August 4. A few of his friends shared the tragic news on Facebook, including Tony Merkel, who wrote that the researcher’s son, Travis, informed him about Scott’s passing.

Merkel added that he and Scott were becoming good friends since the latter appeared on his show. The two also planned to record more about the Bigfoot researcher’s experiences.

Another collaborator, Bettina Moss, shared the news of Scott’s death on Facebook. She wrote that Scott’s death was yet another loss in the bigfoot/ cryptid community. Moss shared a YouTube link to one of her interviews with Scott Carpenter on March 24, 2023.

Bettina Moss described Scott as a down-to-earth and humble person. She shared that the researcher was working with Melba Ketchum on the Sasquatch Genome Project.

Moss continued that Scott was a huge asset to the Bigfoot community because he went to several places to conduct his research, and then documented his discoveries while he was still out in the field researching.

Scott kept sharing his experiences and findings with the cryptid community through his YouTube channel, despite the negative feedback he received from some.

The Bigfoot community mourns Scott Carpenter's sudden loss

Scott Carpenter, a well-known figure in the cryptid community, believed in the existence of disputed animals, such as a Yeti. The community has been heartbroken at the devastating news of the 59-year-old researcher’s death.

Many, who used to follow Scott’s YouTube vlogs and those who personally knew him, commented on Tony Merkel’s post and extended their condolences to Scott’s family.

Netizens mourn the loss of Bigfoot researcher as he dies suddenly of brain aneurysm. (Image via Facebook/Tony Merkel)
Netizens mourn the loss of Bigfoot researcher as he dies suddenly of brain aneurysm. (Image via Facebook/Tony Merkel)
Netizens mourn the loss of Bigfoot researcher as he dies suddenly of brain aneurysm. (Image via Facebook/Tony Merkel)
Netizens mourn the loss of Bigfoot researcher as he dies suddenly of brain aneurysm. (Image via Facebook/Tony Merkel)
Netizens mourn the loss of Bigfoot researcher as he dies suddenly of brain aneurysm. (Image via Facebook/Tony Merkel)
Netizens mourn the loss of Bigfoot researcher as he dies suddenly of brain aneurysm. (Image via Facebook/Tony Merkel)
Netizens mourn the loss of Bigfoot researcher as he dies suddenly of brain aneurysm. (Image via Facebook/Tony Merkel)
Netizens mourn the loss of Bigfoot researcher as he dies suddenly of brain aneurysm. (Image via Facebook/Tony Merkel)
Netizens mourn the loss of Bigfoot researcher as he dies suddenly of brain aneurysm. (Image via Facebook/Tony Merkel)

Scott Carpenter’s extensive and diligent work on the topic of cryptids made him a popular Bigfoot theorist. On YouTube, he had over 62,000 subscribers. Scott’s bio on the platform describes him as an amateur Sasquatch researcher.

The 59-year-old also claimed that based on his research, he believed that the creature that people call a Bigfoot or a Sasquatch is a Nephilim. It refers to a creature mentioned in the Hebrew Bible, where they are described as large and strong creatures who were born from the procreation between Fallen Angels and human women.

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": 1618190, "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(1618190); 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(1618190) >= 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(1618190) .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 }); })();

ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaKifpXqkwcutrKudX6OyuL%2BMrJqorKRisKK%2Bz56lrZ2iYrCiwdKeZJ2dkam1brHXqaOoqpWZeqO1xp%2BmqKxdp7K0scCrmqGdomLAbrzArKqippdiuaat1Z6qZqaVqba7sc2sZKGdkafBo77OpJyn

Trudie Dory

Update: 2024-04-15