So, I made this really useful library when I was working on my game, and I was thinking of releasing it, but Iām not sure as to how good my approach to this is.
There is testing script under SoundLibrary
module which can just be placed into StarterPlayerScripts
.
SoundLibrary.rbxm (3.8 KB)
My main concern is the approach with TweenService
for optimization sake, but other than that I think the code is good.