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