Lib.Callback(event, callback, ...)
event: string
string
callback: function
function
...: any
any
Lib.Callback("example:doubleNumber", function(response) print("Double Number is " .. response) end, 15)
Last updated 1 month ago