Skip to content

llLinksetDataDeleteProtected

function ll.LinksetDataDeleteProtected(name: string, pass: string): number

Deletes a name:value pair from the linkset's datastore.

Parameters
name (string)
Key to delete from the linkset's datastore.
pass (string)
Pass phrase to access protected data.

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

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