API -
return function() local app = getApp(); local soundId = app.playSound('myCustomSound', false); app.pitchSound(soundId, 2); end
Last updated 1 year ago