How can you add background audio to a Roblox game
3 Likes
Depends on if you want the audio itself made, or bringing the audio to a game. If the latter, then this belongs in #help-and-feedback:scripting-support
(I wanted to say more than to just move your thread so it looks like I am contributing to a possible solution)
2 Likes
OK ill move it there right now
1 Like
Accomplish this by using the “Sound” object, you can directly put one in workspace and set properties “SoundId” to your id and enable “Playing” and “Looped”.
Also always google before making a devforum post.
3 Likes