Skip to content

llMapBeacon

function ll.MapBeacon(RegionName: string, Position: vector, Options: {any})

Displays an in world beacon and optionally opens world map for avatar who touched the object or is wearing the script, centered on RegionName with Position highlighted. Only works for scripts attached to avatar, or during touch events.

Parameters
RegionName (string)
Region in which to show the beacon.
Position (vector)
Position within region to show the beacon.
Options ({any})
Options

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

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