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

What's less laggier? Firing the same Remote Event many times or?

Asked by
Radstar1 270 Moderation Voter
6 years ago

Basically I have a fighting game where people fight and it fires the same remote event to a damage script. I wanted to know would it be better for each individual to have their own remote event or to fire the same remote event like I'm doing.

0
do the same one for each individual, although I don't know if it really matters Vulkarin 581 — 6y
0
I believe having one remote can cause the server to be overloaded, and multiple can help with that. Not sure if that causes more lag though. SuperMario9595 150 — 6y
0
It can, if multiple remotes are fired to server ^ AttentionHog 70 — 6y
0
But if it's just takedamage() then I don't think it will completely lag out AttentionHog 70 — 6y

1 answer

Log in to vote
0
Answered by
H4X0MSYT 536 Moderation Voter
6 years ago

Does it even matter? It concerns me(not really) that you care about the lag caused by Remote Events. Roblox allready sends Billons of bytes of data to the client about various part changes and movements. Do you think Remote Events will make a difference? Don't concern yourself with this detail.

Ad

Answer this question