llLoadURL
function ll.LoadURL(AvatarID: string, Text: string, URL: string)Shows dialog to avatar AvatarID offering to load web page at URL. If user clicks yes, launches their web browser.
llLoadURL displays a dialogue box to the user, offering to load the specified web page using the default web browser.
Parameters
-
AvatarID(string) -
Text(string) -
URL(string)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.LoadURL().
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: llLoadURL