McKiller
|
  |
| Joined: 25 Sep 2007 |
| Total Posts: 43 |
|
|
| 01 Feb 2008 01:30 PM |
| I wanna know because I have a couple ideas.... My idea: Peanut butter jelly time music |
|
|
| Report Abuse |
|
|
|
| 01 Feb 2008 01:34 PM |
Ok well you know how some places have music??? Well here's how they get that great music into Roblox
1st you gotta find a stereo
2nd make sure it has a script
3rd pick a music from your music files to put into roblox by getting the music ID
4th copy the music ID
5th Delete the BGM or Sound objects that are in the model and in the workspace.
6th go to the script and highlight the old Music ID and then right click and click on paste,
7th If you put the Music ID in the script before deleting the BGM or Sound Objects then it won't work so make sure you put the Music ID in the script AFTER deleting the BGM and Sound Objects
8th After the music ID is pasted in the script....click on the model that has the script and click on insert.
9th Click on object and select the sound object.
10th paste the music ID in the file and then just wait a while and BOOM!!! YOUR MUSIC IS NOW IN ROBLOX!!! Oh and also to add on to this. Make sure the game is paused before putting in music....or your going to have a hard time Hope that helped |
|
|
| Report Abuse |
|
|
|
| 01 Feb 2008 01:35 PM |
| oh and also....just delete the sound or BGM object above the script when your pausing |
|
|
| Report Abuse |
|
|
yello555
|
  |
| Joined: 13 Dec 2007 |
| Total Posts: 1 |
|
|
| 03 Jul 2008 08:05 PM |
| i dont get it.............. cant you just make me one with ghostbuster song? |
|
|
| Report Abuse |
|
|
erikrules
|
  |
| Joined: 02 Feb 2008 |
| Total Posts: 1554 |
|
|
| 03 Jul 2008 08:09 PM |
Here read this!
To get started, go to Insert -> Objects and click on the sound object.
Once that is inserted, look down at the properties box and name it anything you want, but make sure not to put a space in the name.
A little below the name in the properties box is a spot called sound id when you click there, a blue arrow appears in the right side of the box. Click that and a mini menu will appear, press browse. Then look in the location you have the song saved, click it and press open once it is selected. This will put a code of letters and numbers into the sound id box, do not delete any of this code or the song will not work.
Go back to Insert -> Object, and click on the script object. You can name the script anything you want. A suggestion for naming it would be something that is related to the name of the song.
The script below is a very basic script to use and edit.
[edit]The Script c = script.Parent.songnamehere:clone() c.Parent = game.Workspace c:play() Where it says songnamehere, put the name of the sound object you inserted earlier.
you should also be very careful about songs you insert I am not sure why but non native songs to roblox wont always work right and can badly crash your computer so DON'T upload them unless they work properly on your computer
[edit]Final Notes If you want the song to loop, click on the sound object in the explorer, then look down in properties and click the checkbox next to loop, if you only want the song to play once when the person enters, leave the loop box unchecked.
Keep in mind that most people can not here the music in online mode, but there is a solution.
Create a separate account (or use your current account) Designate a place and allow people to enter it in solo, you could call that place username's music installer for example. Have your music here, and when people hear it in solo, they should be able to here it in online play. If you want to create a new account for this, you could call it something along the lines of usernamesinstaller. That is just an example. Basically the place you put the song in is a music installer so that others can hear it. Also, try to add a link to your music installer from the game that has the music in it, this will help people so they don't have to search for it. Retrieved from "http://wiki.roblox.com/index.php?title=Music"
|
|
|
| Report Abuse |
|
|
| |
|
Yogerson
|
  |
| Joined: 22 Jul 2008 |
| Total Posts: 31 |
|
|
| 25 Jul 2008 09:56 PM |
| YOU! the 2nd guy who provides an actua aswer. When I save after that, it freezes then a few minutes later, it says upload failed. HOW DO I FIX THAT!? |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2008 10:56 AM |
thank god thanks people for the help |
|
|
| Report Abuse |
|
|
JackleZ
|
  |
| Joined: 28 Aug 2008 |
| Total Posts: 244 |
|
| |
|
|
| 10 Sep 2008 10:23 PM |
| ah man, i can't find the place to upload the music :( |
|
|
| Report Abuse |
|
|
| |
|
blorgo
|
  |
| Joined: 04 Feb 2008 |
| Total Posts: 6198 |
|
| |
|
klosez7
|
  |
| Joined: 27 Jun 2008 |
| Total Posts: 1 |
|
|
| 25 Oct 2008 12:13 PM |
| i pass the object part, but every time i click the sound id it say clear |
|
|
| Report Abuse |
|
|
blaytn
|
  |
| Joined: 01 Jan 2008 |
| Total Posts: 2 |
|
|
| 27 Oct 2008 07:06 PM |
Hey, I know an easy way to get music on your space.
1. Make an object by clicking on Insert -> Object...
2. When the window pops up, click on 'Part'.
3. Shape it however you want.
4. Or just go to 'Insert' from the game window and click on a brick.
5. Click on the part in the world.
6. Click on Insert -> Decal... or Insert -> Texture...
7. When the window pops up, go above the 'Open' button and click the drop down box.
8. Select the 'All Files' section of the drop down box.
9. Go to where the sound file is on your computer and open it.
10. In the Decal or Texture object, go down to the 'Texture' section of the object then select all the code and copy it.
11. Create a sound object by clicking Insert -> Object...
12. When the window pops up, click on 'Sound'.
13. Go to the 'Sound' section of the sound object.
14. Paste the code that you copied from step 10.
15. Make a script by going clicking Insert -> Object...
16. When the window pops up, click on 'Script'.
17. Enter this code in the script: c = script.Parent.songnamehere:clone() c.Parent = game.Workspace c:play()
18. Put the sound and script files that you made from steps 12 - 14 and 15 - 17 in the part you made from steps 1 - 4.
19. Listen to you music! |
|
|
| Report Abuse |
|
|
|
| 27 Oct 2008 07:13 PM |
| Old thread, let it die. There is no way to add music anymore. (Well there is but it's VERY complicated) |
|
|
| Report Abuse |
|
|
tictoc55
|
  |
| Joined: 21 Mar 2008 |
| Total Posts: 21 |
|
|
| 13 Dec 2008 09:49 AM |
| Dude, when i open the mini menu, there is no browse button! Somebody help me! |
|
|
| Report Abuse |
|
|
|
| 20 Dec 2008 07:16 AM |
| Alright, I've got everything except this: so to find the code I'd go to My Documents-->My Music--> Song-->Copy-->Paste in Song ID=Wala? |
|
|
| Report Abuse |
|
|
|
| 22 Dec 2008 07:58 AM |
local s = Instance.new("Sound")
s.Name = "BGMusic" s.SoundId = "C:\\WINDOWS\\Media\\onestop.mid" s.Volume = 1 s.Looped = true s.archivable = false
s.Parent = game.Workspace
wait(5)
s:play()
Replace onestop.mid with your song and copy and paste your song in Media to make music adding work. |
|
|
| Report Abuse |
|
|
|
| 22 Dec 2008 08:29 AM |
| You can't upload music anymore. |
|
|
| Report Abuse |
|
|
|
| 31 Jan 2009 07:51 PM |
| man it says that roblox isnt supporting music at the time so only mods or admins can import music tat other ppl can hear |
|
|
| Report Abuse |
|
|
|
| 01 Feb 2009 01:35 PM |
| Can some one make me an Evanescence song? Even in death is the name of it. |
|
|
| Report Abuse |
|
|
|
| 06 Feb 2009 01:38 PM |
| How Do You Find The Sound ID ???? |
|
|
| Report Abuse |
|
|
|
| 14 Mar 2009 01:19 PM |
| When i click on the sound id and then i click on the box with arrow and it only has clear |
|
|
| Report Abuse |
|
|
86175
|
  |
| Joined: 06 Jun 2008 |
| Total Posts: 1 |
|
|
| 15 Mar 2009 01:09 PM |
| Yogerson sometimes if you have to many music players or something like big files it takes too long to upload so it crashes. |
|
|
| Report Abuse |
|
|
necroy6
|
  |
| Joined: 26 Feb 2009 |
| Total Posts: 2 |
|
|
| 10 Apr 2009 06:31 AM |
i have one of the best Graphic Cards in the world so it cant be that someone help me please Please Help me Please help me i wanna make a great game
|
|
|
| Report Abuse |
|
|