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?