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?
#2
Create Sound object in game. Name it "BGM" and put it directly in the world.

Add an MP3, WAV, or MIDI sound link to the Sound property of the Sound.

Whenever you want it to play, call this line somewhere in a script:

game.World.BGMConfusedtop()
sleep(0.1)
game.World.BGM:play()


If you just want it to play in your server, type "game.World.BGMConfusedtop() game.World.BGM:play()" into the Lua console of the server.
[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)