Source:play
EditPlays the Source. This doesn't do anything if the Source is already playing.
success = Source:play()
Arguments
None
Returns
Name | Type | Description |
success | boolean | Whether the Source successfully started playing. |
Notes
There is a maximum of 64 Sources that can be playing at once. If 64 Sources are already playing, this function will return false
.