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

Do you need multiple remoteevents?

Asked by 5 years ago

I was simply wondering: if you use remoteevents, do you need one for each task you deside to use remoteevents on, or does it work with just one?

might be a silly question.

1
Give me an upvote for my info? <3 plasmascreen 143 — 5y
0
I would, but it seems i need at least 25 reputation. Your upvote will sadly have to wait a little :/ GlennJoakim 35 — 5y

2 answers

Log in to vote
0
Answered by
format 55
5 years ago

Thats not a silly question, there can always be a way to do something someone doesn't know about!!

I do not think theres any way to use one RemoteEvent for multiple actions since there will always be all actions its being used for happening once the RemoteEvent has been fired.

Other than that, whats stopping you from using a new RemoteEvent for each of your things? Or was that just a Question in general?

0
Thanks. It was just a general question. GlennJoakim 35 — 5y
0
no problem!! format 55 — 5y
Ad
Log in to vote
1
Answered by 5 years ago

Technically, you could use a single RemoteEvent for every single event on your game, as all they really do is tell the server/client to trigger a function, and parses variables into that function - however this would be horrible to code for. It's much neater and easier to have a separate RemoteEvent for each event you want to program for,

0
Thanks for the info :) GlennJoakim 35 — 5y

Answer this question