Pause (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Emess
No edit summary
>ArceusInator
example
Line 5: Line 5:
|object = Sound
|object = Sound
}}</onlyinclude>
}}</onlyinclude>
{{Example|<pre>game.Players.LocalPlayer.Character.Head.Sound:Pause()</pre>}}
[[Category:Methods]]
[[Category:Methods]]

Revision as of 04:15, 30 December 2010

Pause( )
Returns nil
Description: Pauses a current sound playing.
Member of: Sound









Example
game.Players.LocalPlayer.Character.Head.Sound:Pause()