Andrew Tate has become a popular figure on social media, with many fan-made TikTok videos featuring him. Interestingly, these videos often use the French pop song "Tourner Dans Le Vide" by the singer-songwriter Indila, whose real name is Adila Sedraïa.

Listen the original song here:

youtube-cover

"Tourner Dans Le Vide" has gained significant recognition on social media platforms, particularly among TikTok users. Due to his famous catchphrase, "What color is your Bugatti?" Many people refer to the song as "Andrew Tate's theme song" or "the Bugatti song."

Indila's song "Tourner Dans Le Vide" translates to "spinning in the emptiness" in English.

The lyrics are as follows:

Il était brun, le teint basané

Le regard timide, les mains toutes abîmées

Il taillait la pierre, fils d'ouvier

Il en était fier, mais pourquoi vous riez?

Non, ne le jugez pas

Vous qui ne connaissez pas

Les vertiges et le labeur

Vous êtes faussement heureux, vous troquez vos valeurs

Lui, il est tout mon monde et bien plus que ça

Seule, je crie son nom quand vient le désarroi

Et puis tout s'effondre quand il n'est plus là

J'aimerais tellement lui dire mais je n'ose pas

lui qui me fait

Tourner dans le vide, vide [X3]

il me fait tourner

Dans le vide, vide, vide

Tourner, tourner dans le vide

Tourner dans le vide, il me fait tourner

Tourner dans le vide [X7]

qui peut bien me dire ce qui est arrivé?

Depuis qu'il est parti, je n'ai pu me relever

Ce n'est plus qu'un souvenir, une larme du passé

Coincée dans mes yeux, qui ne veut plus s'en aller

Oh non, ne riez pas

Vous qui ne connaissez pas

Les vertiges et la douleur

Ils sont superficiels, ils ignorent tout du cœur

Lui, c'était tout mon monde et bien plus que ça

J'espère le revoir là-bas dans l'au-delà

Aidez-moi, tout s'effondre puisqu'il n'est plus là

Sais-tu mon bel amour, mon beau soldat

Que tu me fais

Tourner dans le vide, vide? [X2]

Tourner dans le vide, tu me fais tourner

Dans le vide, vide, vide

Tourner, tourner dans le vide

Tourner dans le vide, il me fait tourner

Tourner dans le vide [X14]


What does Andrew Tate's theme song mean precisely?

Indila's song "Tourner Dans Le Vide" by Indila, which serves as Andrew Tate's theme song, revolves around the narrative of a woman being in love with a man who works as a manual laborer. Lyrics suggest that a man's job is often looked down upon by society, despite the fact that he is hardworking and comes from a working-class background. The lines "Il taillait la pierre, fils d'ouvrier" (He cut stone, the son of a worker) emphasize his humble origins.

The which is widely recognized as Andrew Tate's song also criticizes those who judge others based on their occupation or social class, with the lyrics "Ne le jugez pas, vous troquez vos valeurs" (Don't judge him, you swap your values). The phrase "you swap your values" implies that such judgments are based on distorted or false values.

The chorus of the song reflects the woman's sadness at the man's departure, with the line "Une larme du passé, coincée dans mes yeux" (a tear from the past, stuck in my eyes). This suggests that even after he is gone, she will always carry a sense of longing and loss for him.

Check out the english translation for Andrew Tate's song:

youtube-cover

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