Why does a function type parameter end up as nil on the server?

Hello,
Today I was experimenting with easier ways to send code from the client to server.
In one of my experiments, I sent a function as a parameter to a RemoteEvent.

However, the function parameter ends up as nil once it gets to the server. Why does this happen?

You cannot send a function across the client/server boundary

Argument Limitations

2 Likes

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