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 | ||
|name = Pause | |||
|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>}} | |||
[[Category:Methods]] | [[Category:Methods]] |
Revision as of 13:57, 31 December 2010
Example
game.Players.LocalPlayer.Character.Head.Sound:Pause()