Skip to content

llInsertString

function ll.InsertString(TargetVariable: string, Position: number, SourceVariable: string): string

Inserts SourceVariable into TargetVariable at Position, and returns the result.

Inserts SourceVariable into TargetVariable at Position and returns the result. Note this does not alter TargetVariable.

Parameters
TargetVariable (string)
Position (number)
SourceVariable (string)

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

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