Skip to content

llReleaseURL

function ll.ReleaseURL(URL: string)

Releases the specified URL, which was previously obtained using llRequestURL. Once released, the URL will no longer be usable.

Parameters
URL (string)
URL to release.

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

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