Play

Function of: Sound
Returns: Void
Tags:  instance

Starts playing the sound attatched to this object.

Parameters
Name Type Description
Example
while wait(1) do -- once every second
script.Parent:Play() -- play the sound
end