How do i call a function when a remote event is fired?

Hiya Developers!

How do i call a function to run, after a remote event has fired?
Thanks!

You create a function and call it?

...OnServerEvent:Connect(function(player)
--code goes here
end)
1 Like

Sorry for the late reply, i forgot to mark this as the solution, tyvm!

1 Like

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