Skip to content

linkset_data

LLEvents:on("linkset_data", function(action: number, name: string, value: string)
-- ...
end)

Triggered when a script modifies the linkset datastore.

Parameters
action (number)
name (string)
value (string)

Add example usage here showing how to handle the linkset_data event in SLua/Luau.

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