Skip to content

llLinksetDataWrite

function ll.LinksetDataWrite(name: string, value: string): number

Sets a name:value pair in the linkset's datastore

Parameters
name (string)
key for the name:value pair.
value (string)
value to store in the linkset's datastore.

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

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