OnServerInvoke documentation is incorrect

Article: https://developer.roblox.com/en-us/api-reference/callback/RemoteFunction/OnServerInvoke

Offending line:

The OnServerInvoke event fires the bound functions in Scripts when RemoteFunction:InvokeServer is called by the server from a LocalScript.

This is wrong because InvokeServer can only be called from the client.

It should say:

… RemoteFunction:InvokeServer is called by the client

UPDATE 1/25/2021 solved!

6 Likes

Hey! Thanks for this report. I’ve just logged it, and the team will get to it when they can. :slight_smile:

2 Likes

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