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

Can I have a bit more help on filtering enabled and other things about it?

Asked by 7 years ago

Here are my questions

What exactly does filtering enabled restrict What can I use remote events for (examples other than the one provided on the wiki) When will I find use for :OnClientEvent (I can't think of a use for communicating from the server to player) What are remote functions used for and can I have some scenarios where they would be needed Since they are remote events and remote functions, are bindible events and functions still useful? If so how might they better to use than remote events?

Thank you in advance

0
poke (Look below) RubenKan 3615 — 7y

1 answer

Log in to vote
0
Answered by
RubenKan 3615 Moderation Voter Administrator Community Moderator
7 years ago
Edited 7 years ago

Read the glossary.

RemoteEvent FilteringEnabled RemoteFunction

Also, roblox wiki on remote stuff.

Bindables are used for things that the client invokes the server in, and the server then returns something to that client. (Like a modulescript request from ServerStorage)

Events are used for when the client wants to do something wich it's not allowed, so its sends a request to the server to do it for them. (Like adding parts to the workspace)

0
Know any examples when it would be most useful to use a remote function or bindibles? trubudist 40 — 7y
0
First look at RubenKan's answer, if that doesn't help you then I highly suggest that you search YouTube videos about FilteringEnabled. soved 69 — 7y
Ad

Answer this question