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

When should I use a Remote Function, or a Remote Event in a Local Script? [closed]

Asked by 5 years ago

I am assuming a remote function would be used when a local script runs a function, and a remote event is when something like a value changes? I need some help.

1
do a google search dude... User#19524 175 — 5y
0
You use remote events when you’re communicating with the server. Cyrakohl 108 — 5y

Closed as Not Constructive by Goulstem

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 5 years ago

RemoteEvens & RemoteFunctions are used to make something from the ClientSide go to the ServerSide (Example: Someone mines a block on the clientside and this will get sent with a RemoteEvent to the serverside! Ofcourse you can do this with a Script too instead of a LocalScript, but this wont work on everything! Sometimes you will have to do it with remotes.)

Ad