Game Guides > Game FAQ >  

How do I make music on Roblox game

How do I make music on Roblox game
You can currently not add any sounds into roblox, unless you are a real good scripter. Here is the template, but first read the directions: You cannot get to Local Settings manually, so copy this link, and edit "Yournamehere" to your name. Change .. at the end of version to your version of roblox, this is the link to change that version name! C:\Documents and Settings\Yournamehere\Local Settings\Application Data\Roblox So get down here! C:\Documents and Settings\Yournamehere\Local Settings\Application Data\Roblox\Version ..\content\sounds Alright, move the sound into the directory specified above. (Be sure to change yournamehere and Version!) Now, go into roblox. Make a script. (This is specified for admins only, but can be used.) Here's the script template: s = newSound("rbxasset:\\sounds\SoundNameHere.SoundIDHere") s:play()
Above: Change the "SoundNameHere" into your sound name. Change the "SoundIDHere" to your sound extension, such as MID(MIDI Sequence,) or MP3, (MPEG AUDIO Layer 3,) or even WAV (Wave Audio File), even MP4, (MPEG Audio Layer 4). -~-Provided by Vultraz!-~- (That's my roblox name)