Skip to content

llLinksetDataReadProtected

function ll.LinksetDataReadProtected(name: string, pass: string): string

Returns the value stored for a key in the linkset.

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

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

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