llGenerateKey
function ll.GenerateKey(): stringGenerates a key (SHA-1 hash) using UUID generation to create a unique key.
As the UUID produced is versioned, it should never return a value of NULL_KEY.
The specific UUID version is an implementation detail that has changed in the past and may change again in the future. Do not depend upon the UUID that is returned to be version 5 SHA-1 hash.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.GenerateKey().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llGenerateKey