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?
#3
(03-17-2013, 11:34 PM)Ghosty Wrote: 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.

So lets say I make a music track or whatever, and wanna upload it into my game/server, how would I enter that link or source file into the Lua console of the server? Be more specific.


Also, can I use an already made song/track? Or would I risk copyright infringements?
[Image: m2m2gSSDCz-2.png]

Well I WAS the walrus.
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)