AudioMusic
Client
Returned by Client:PlayMusic()
Methods
nil Play()
Play the music. If already playing it will restart from begining. Paused music will resume playback where it was paused.
nil Pause()
Pause the music
nil Stop()
Stop the music
Properties
boolean Playing
boolean Paused
boolean Stopped
number Volume
Volume of the music. Number in range 0 - 1
boolean Loop
Set to true for looping.