Play (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
Fixed
>Camoy
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<onlyinclude>{{Method|name = Play
<onlyinclude>{{Method
|arguments =
|name = Play
|returns = [[nil]]
|description = Plays a stopped or paused sound.
|description = Plays a stopped or paused sound.
|object = [[Sound]]
|object = Sound
}}</onlyinclude>
}}</onlyinclude>
{{clear floats}}
{{Example|<pre>
game.Workspace.Player.Head.Sound:Play() -- plays the sound
</pre>
}}
[[Category:Methods]]
[[Category:Methods]]

Latest revision as of 22:04, 27 December 2010

Play( )
Returns nil
Description: Plays a stopped or paused sound.
Member of: Sound


Example
game.Workspace.Player.Head.Sound:Play() -- plays the sound