Sending a request from client to server

Is there a way so if the client needs to know something from the server or the opposite to send a request like GET request instead of making the client fire a remote event then the server fire another remote with the data needed?

RemoteFunction is what you’re looking for, you invoke server and the server returns the data.

1 Like

Oh i forgot that thanks bro lol

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