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

When should i use FE and where i use it?

Asked by 7 years ago

Most games have FE and i was wondering which ways are they to use RemoteFunctions. I know how use RemoteFunctions and RemoveEvents But i need to know when i should use them. Tools? Cars? What.. I'm still a bit confuse with all the FE a bit.

2
Use them when you want to communicate between the Client (local) to Server (All the other players). For example, if you wanted to use the "Touched" event, when that part is touched by the client, you'd call a RemoteEvent to tell the Server that the part was touched by that Player. PreciseLogic 271 — 7y

Answer this question