Pause (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy No edit summary |
>Trappingnoobs No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
There are two different ''Pause'' methods as shown below. | |||
{{:Pause (Method)/sound}} | |||
{{clear floats}} | {{clear floats}} | ||
{{Example|<pre> | <noinclude>{{Example|<pre> | ||
game.Players.LocalPlayer.Character.Head.Sound:Pause() | game.Players.LocalPlayer.Character.Head.Sound:Pause() | ||
</pre>}} | </pre>}}</noinclude> | ||
[[Category:Methods]] | |||
{{:Pause (Method)/runservice}} | |||
{{clear floats}} | |||
<noinclude>[[Category:Methods]]</noinclude> |
Latest revision as of 19:46, 1 February 2012
There are two different Pause methods as shown below.
Example
game.Players.LocalPlayer.Character.Head.Sound:Pause()
Pause( ) | |
Returns | nil |
Description: | Pauses the physics and scripts in a place. |
Member of: | RunService |