🔧 SDK ReferenceReactHooksuseAddSounduseAddSoundAdds a sound to the engine.SyntaxuseAddSound(item);ParametersNameTypeDescriptionitemSoundItemThe ID of the player to use.ExampleuseAddSound({ soundName: 'fire', url: 'https://www.example.com/fire.mp3',});Available on: Client