Stop Sound: Difference between revisions

From Fancade Wiki
m (Use infobox)
m (Remove redundancy)
 
Line 9: Line 9:


Stops a sound at a given channel.
Stops a sound at a given channel.
Inputs:
* Channel: the channel that [[Play Sound]] outputs.


This is the only way to stop a sound played in a loop.
This is the only way to stop a sound played in a loop.

Latest revision as of 10:35, 22 May 2024

Stop Sound
Stop_Sound.png
TypeScript block
ColliderNone
FolderSound
Ports
Inputs Before
Channel
Outputs After

Stops a sound at a given channel.

This is the only way to stop a sound played in a loop.

Related