Pause (Method)

From Legacy Roblox Wiki
Revision as of 15:46, 1 February 2012 by >Trappingnoobs
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

There are two different Pause methods as shown below.

Pause( )
Returns nil
Description: Pauses the sound if it is playing.
Member of: Sound


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


Pause( )
Returns nil
Description: Pauses the physics and scripts in a place.
Member of: RunService