Skip to content

dataserver

LLEvents:on("dataserver", function(RequestID: string, Data: string)
-- ...
end)

This event is triggered when the requested data is returned to the script.

Data may be requested by the llRequestAgentData, llRequestInventoryData, and llGetNotecardLine function calls, for example.

Parameters
RequestID (string)
Data (string)

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

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