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

Which would be faster, and is there a better way?

Asked by
iXBruv 24
5 years ago
Edited 5 years ago

So, let's say there's this server script doing everything mostly on its own, might use RemoteEvents to connect with some local scripts. Would that be slower or faster than let's say 2 local scripts and 1 server script, the first local script firing a RemoteEvent to the server, then having the local script respond a RemoteEvent on all clients and doing what the server script would? The reason I ask if there is a better way is because this seems extremely amateur and I feel I'm not doing this the most secure way available, or even the least laggy.

0
i have no idea what u r saying so ill just comment a vague "it depends" TheluaBanana 946 — 5y
0
It actually depends. Please provide an example script. SaltyIceberg 81 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

If you use I server script and some other local scripts you can use a remote event to fire certain things inside the server script.

Ad

Answer this question