Two‑way calls from the Zyntex dashboard that return data from your Roblox server.
Zyntex:GetFunction("name")
or Zyntex:GetFunctionByID(id)
to obtain a handle.
:Connect(callback)
. When the dashboard invokes the function, your callback receives a parameters table and must return a value (table or primitive). That return value is sent back to Zyntex.
:Connect
callback returns a value (non‑nil).Zyntex:init(...)
.