Skip to content

llMapDestination

function ll.MapDestination(RegionName: string, Position: vector, Direction: vector)

Opens world map for avatar who touched it or is wearing the script, centred on RegionName with Position highlighted. Only works for scripts attached to avatar, or during touch events.

Direction currently has no effect.

Parameters
RegionName (string)
Position (vector)
Direction (vector)

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

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