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

Whats the difference between these?

Asked by 8 years ago

Whats the difference between BindableFunction, RemoteFunction, BindableEvent, and RemoteEvent and how can i use them in a game?

1 answer

Log in to vote
0
Answered by
Im_Kritz 334 Moderation Voter
8 years ago

How I see it is, RemoteEvents and RemoteFunctions help regular scripts and local script communicate with each other. Functions can return results after they are called.

Events are the same but can not return anything after they are done.

They are also especially useful for minimizing lag and codes within a FilteringEnabled environment.

More info at the wiki: RemoteEvent http://wiki.roblox.com/index.php?title=API:Class/RemoteEvent

1
Bindable CANNOT communicate between the client and server. They serve the same purposes of RemoteEvents / functions between two of the same script types, though. Necrorave 560 — 8y
Ad

Answer this question