Hello, I would like to know if this is correct or how I can use multiple arguments in a function, could you give me an example or how to correct the one I already did?
local function do_something (...)
local c = ...
end
do_something(print("dsdsd", "dsdsds", true, "safsadf"))