03-18-2013, 12:35 AM
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.
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.