Skip to content

llCollisionSound

function ll.CollisionSound(ImpactSound: string, ImpactVolume: number)

Suppress default collision sounds, replace default impact sounds with ImpactSound.

The ImpactSound must be in the object inventory.

Supply an empty string to suppress collision sounds.

Parameters
ImpactSound (string)
ImpactVolume (number)

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

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