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