I am wondering if I could use InvokeServer (from a server script) to get a table from another server script. Is this possible or do RemoteEvents and RemoteFunctions work the same way? If so, how will I be able to get the table from the other ServerScript with RemoteFunction?
InvokeServer is for a REMOTE FUNCTION fired in a local script to change the server.
BindableFunctions can communicate both ways, using just Invoke()
Just thought you'd like to know,
InvokeClient is the server talking to the client.
Try not to enable FilteringEnabled when doing your task, it can get a little screwy.