i did read the reference page of it but still can’t understand what does it mean
2 Likes
Its a bridge to communicate from client to server, and server will reply. Client will wait for the reply…
Preferably do not use it server to client, cause, client could never reply, cause got disconnected, and server will wait until a reply.
Theres lot of docu about this, I suggest reading anything you find about RemoteFunctions in devforums
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.