About 83,200 results
Open links in new tab
  1. How do you make a list of songs play in order - Roblox

    Oct 4, 2021 · I would create a folder in ReplicatedStorage containing all of the songs that you would like to play, and then you can run a loop that plays each song and waits for it to finish …

  2. Making a Music Playlist - Scripting Tutorial - Roblox

    Nov 19, 2020 · Here, your songs will play in a randomized loop. We can begin scripting! I have pasted the code below. Please take time to read the explanations next to each line of code, as …

  3. How would I make a new song play after another song ends?

    Mar 20, 2022 · How would I make a new song play after another song ends? Help and Feedback Scripting Support alexeons (alex) March 20, 2022, 4:40pm

  4. Bloxtunes.co -- Spotify-like app for Roblox Music

    Jun 26, 2025 · Bloxtunes.co Bloxtunes is a free app for the Roblox community to find, collect, curate, and play their favorite Roblox music. It features user-created stations based on …

  5. Shuffled playlist - Scripting Support - Developer Forum | Roblox

    Feb 23, 2021 · local plist = game.SoundService.Folder local song = plist[math.random(1,#plist:GetChildren())] while true do song:Play() end So what I am trying to …

  6. Distrokid songs - Engine Bugs - Developer Forum | Roblox

    Oct 1, 2024 · i’m not able to play distrokid songs using a boombox in my own game (even if i have the song in my inventory), but it does work with certain distrokid songs in my inventory. this …

  7. Music playlist loop - Help and Feedback / Scripting Support - Roblox

    Jan 13, 2020 · I am trying to make a soudtrack playlist for my game but i cannot seem to get more than one song to play in a row. here is my current code: local ReplicatedStorage = …

  8. How do you add multiple music to your game? - Roblox

    Apr 29, 2021 · I want to add multiple music to my game, how do I add it? I can’t find any good tutorials on Youtube.

  9. Amplify Your Experiences with New Music - Roblox

    Sep 19, 2024 · The Future of Music on Roblox As you heard at RDC, we aim to establish Roblox as a destination for immersive music discovery. Our collaboration with DistroKid enables you …

  10. How can I use my own Copyrighted Music in my own game?

    Nov 24, 2023 · What I want to do is import these songs in my game as they are the soundtracks for it, but for the songs to remain copyrighted to refrain people from stealing the music. When …