Skip to content

llListFindListNext

function ll.ListFindListNext(ListVariable: {any}, Find: {any}, Instance: number): number

Returns the index of the nth instance of Find in ListVariable. Returns -1 if not found.

Parameters
ListVariable ({any})
Find ({any})
Instance (number)

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

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