Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Can a ServerScript do InvokeServer? or do RemoteFunctions work the same way how RemoteEvents do?

Asked by
StoIid 364 Moderation Voter
7 years ago

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?

1 answer

Log in to vote
1
Answered by
Suamy 68
7 years ago

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.

Ad

Answer this question