Pause (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
example
>Camoy
No edit summary
Line 1: Line 1:
<onlyinclude>{{Method|name = Pause
<onlyinclude>{{Method
|arguments =
|name = Pause
|returns = [[nil]]
|description = Pauses a current sound playing.
|description = Pauses a current sound playing.
|object = Sound
|object = Sound
}}</onlyinclude>
}}</onlyinclude>


{{clear floast}}


{{Example|<pre>
game.Players.LocalPlayer.Character.Head.Sound:Pause()
</pre>}}


{{Example|<pre>game.Players.LocalPlayer.Character.Head.Sound:Pause()</pre>}}
[[Category:Methods]]
[[Category:Methods]]

Revision as of 13:57, 31 December 2010

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

Template:Clear floast

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