Play (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
added example and AnimationTrack
>Camoy
Redirecting to Play (Method)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Function|
#REDIRECT [[Play_(Method)]]
name = Play
|arguments =
|returns = [[nil]]
|description = Plays a stopped or paused sound
|object = [[RBX.lua.Sound (Object)|Sound]], [[RBX.lua.AnimationTrack (Object)|AnimationTrack]]
|}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{{Example|
<pre>
Workspace.Player.Head.Sound:Play() -- plays the sound
</pre>
}}

Latest revision as of 22:04, 27 December 2010

Redirect to: