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

Should I use one remote or a remote for every player for weapons?

Asked by
trecept 367 Moderation Voter
5 years ago

I'm making a laser gun and was wondering if there is any performance change in having a remote for every player or a remote for all players?

0
With a 30 player server, i would reccomend 2 or 3 (you may not need more than 1, but you should be prepared for anything to happen. You should have a math.random before firing the event and have each number mean a different event. cmgtotalyawesome 1418 — 5y
0
2 or 3 remotes for the same remote function? trecept 367 — 5y
0
Opt for maintainability. User#24403 69 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

This really depends on how big your server is. A remote event can easily handle 12 requests or something small like that. If you were to get up to 100 players spam shooting a laser gun, then problems would arise.

0
Let's say a 30 player server with players able to shoot the laser gun every second (maximum like 30 requests per second) trecept 367 — 5y
Ad

Answer this question