Skip to content

llSound

Deprecated
function ll.Sound(Sound: string, Volume: number, Queue: number, Loop: number)

Deprecated: Use llPlaySound instead.

Plays Sound at Volume and specifies whether the sound should loop and/or be enqueued.

Parameters
Sound(string)
Volume(number)
Queue(number)
Loop(number)

Add example usage here showing SLua/Luau syntax with ll.Sound().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.