I've been working with RemoteEvents, which I am new to, and I think I mostly understand them; however, sometimes, when I pass parameters from the client back to the server, the parameter is nil when the server receives it, but not when the client sends it. What might cause this? Does the parameter have to be something that exists on both the server and the client, not something only in the client?
Any help appreciated, thanks!