Skip to content

llLinksetDataWriteProtected

function ll.LinksetDataWriteProtected(name: string, value: string, pass: 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.
pass (string)
Pass phrase to access protected data.

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

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