Stop (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
silly me
>Camoy
Redirecting to Stop (Method)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|
#REDIRECT [[Stop_(Method)]]
name = Stop
|arguments =
|returns = [[nil]]
|description = Stops a currently playing sound and returns the marker to the beginning of the sound file
|object = [[RBX.lua.Sound (Object)|Sound]], [[RBX.lua.AnimationTrack (Object)|AnimationTrack]]
|}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{{Example|
<pre>
Workspace.Player.Head.Sound:Stop() -- stops the sound
</pre>}}

Latest revision as of 22:05, 27 December 2010

Redirect to: