Event hanlder amd listenr

and callbacks are handlers right ?

In this case, yes, but there’s a slight difference. Handlers are used to handle something, hence why they are called handlers. For example, you can have a handler for a HTTP response:

local function handleResponse(data: string)
    local response = HttpService:JSONDecode(response)
    --etc.
end

But, a callback is simply code you want to be run on an event.

do u have discord or can we chat privatly i dont wanna milk it here

Just DM me here on the forum.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.