Skip to content

llSetRemoteScriptAccessPin

function ll.SetRemoteScriptAccessPin(PIN: number)

If PIN is set to a non-zero number, the task will accept remote script loads via llRemoteLoadScriptPin() if it passes in the correct PIN. Othersise, llRemoteLoadScriptPin() is ignored.

Parameters
PIN(number)

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

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