Roblox Murder Mystery 2 song codes (July 2023)

If players want to spice up their game on Roblox Murder Mystery 2, there are dozens of music codes to use. These can be punched into the radio and played immediately from one's own unique music playlist. What's great is how diverse the song codes are, so there is something for everyone to enjoy.

Here are 30 of the greatest hits players can listen to right now.


fortnite-promotional-banner

Roblox Murder Mystery 2 comes with great songs

Fill that music playlist with awesome songs. (Image via Roblox)
Fill that music playlist with awesome songs. (Image via Roblox)

The song names and their codes are as follows:

  • Murder Mystery 2 Song!: 1445540484
  • The World Was Wide Enough - Hamilton: 365222143
  • Strong Ncs: 1324272244
  • Minecraft Theme (Remix): 2843099464
  • WWE Theme Stone Cold - Disturbed Theme "AUSTIN": 145236925
  • Steampianist - The Great Trump Wall: 553918321
  • Dj - ???? (boosted): 2764744822
  • BTS - 'NOT TODAY': 2506768571
  • Nightcore - Hall Of Fame: 242912353
  • Nightcore Fight Song: 296432332
  • Headbone Feat. Jabu Rollin' In The Rearview BASSBO: 1315538700
  • A Boogie- Jungle(Bass Boosted): 505173068
  • You Reposted In The Wrong Ussr: 1364457541
  • Dynoro -In My Mind (Serzo Remix): 3103135665
  • You Are A Pirate [ FULL ]: 145831058
  • SCARLXRD - WEDNESDAY: 1050734494
  • Juice Wrld Chimp(all Rights To Juice Wrld): 2185273091
  • Billie Eilish - Idontwannabeyouanymore: 2545193975
  • Lil Uzi Vert - That Way: 4749587176
  • Sabrina Carpenter - Why: 906846063
  • 6IX9INE - GUMMO: 1097682145
  • LIL TECCA RANSOM: 3485489615
  • Rockin' Around The Christmas Tree(Trap Remix): 1256121274
  • Hayki - B1R: 1240945301
  • SpongeBob Fun Song Trap Remix: 595184241
  • The Mandalorian Theme: 4497874494
  • The Devil Within - Digital Daggers : 260162034
  • FLE$H EVTA - Undaground Necromancer: 1473366050
  • Billie Eilish - My Stxrange Addxiction: 3016589018
  • Five Nights At Freddy's 1 Living Tombstone FAST: 333975804
  • Ariana Grande: 6527642725
  • Becky G Shower: 5959099726
  • Death Bed by Powfu: 4966153470
  • At My Worst by Pink Sweets: 5826581517
  • Melanie Martinez Playdate: 4954877483
  • Beyonce Halo: 5808791050
  • Oh No by Capone: 5253604010
  • Not Your Barbie Girl by Ava Max: 2023502456
  • Justin Bieber Yummy: 4586799290
  • Sugar Crash by ElyOtto: 5914756563
  • At the end by Tommee Profitt: 3242662294
  • Taylor Swift's Love Story: 489540951
  • Electric Love by Brons: 5192165104
  • Falling by Trevor Daniel: 4540157027

Roblox Murder Mystery 2: How to use song codes

You'll need a radio to play music. (Image via Roblox)
You'll need a radio to play music. (Image via Roblox)

Now that players have a healthy list of song codes in their favorite horror game, it is time to put them to good use. It may seem daunting at first, but once players use the code, they never have to do it again.

  • Step 1: Head over to Roblox, log in, and launch Roblox Murder Mystery 2.
  • Step 2: In the bottom-left corner, players will see the Radio menu. Select it.
  • Step 3: In the Radio menu, input the song code and select “Add.”

Note: Players have to buy the radio for 475 Robux.

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

You Might Also Like