Library
Here you will find a very complete 2D and 3D audio system that you can integrate into any script.
FUNCTIONS
PLAYING SOUND
--2D Sound
PlayMusicUrl(musicIdentifier, URL, volume, loop, options)
-- loop and options parameters are optional, so they aren't needed to execute the function
--3D Sound
PlayMusicUrlPos(musicIdentifier, URL, volume, loop, options)
-- loop and options parameters are optional, so they aren't needed to execute the function--2D Sound
PlayMusicUrl(musicIdentifier, URL, volume, loop, options)
-- loop and options parameters are optional, so they aren't needed to execute the function
--3D Sound
PlayMusicUrlPos(musicIdentifier, URL, volume, loop, options)
-- loop and options parameters are optional, so they aren't needed to execute the functionManipulation with sound
Position(musicIdentifier, Vector3 vec)
-- Will update location of soundEffects on sound
Events (client side only)
Getting info about sound
Last updated