Source:play

Edit

Plays the Source. This doesn't do anything if the Source is already playing.

success = Source:play()

Arguments

None

Returns

NameTypeDescription
successboolean 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.

See also