Poll:
You do not have permission to vote in this poll.
Total 0 vote(s) 0%
* You voted for this item. [Show Results]

How do I add custom music to my server?
#4
You can't just upload it to the server. It has to be hosted somewhere on the net.

Like, for example, one of these files:

http://keybored.x10.mx/musicdata/bdsmmidi/

Then, add the link to the Sound property of the Sound object.

If you need to create it through a script, here's an example:

s = create("Sound"); s.Name = "BGM"; s.Parent = game.World; s.Sound = "http://keybored.x10.mx/musicdata/bdsmmidi/Axel_F_Remix.mp3"

Then, use that script I posted above.
[Image: iwn8gk.gif]
Reply


Messages In This Thread
How do I add custom music to my server? - by Oak - 03-17-2013, 11:32 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)