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

Does spaming remotes give server lag?

Asked by 3 years ago

Just a quick question on how remotes work. I'm trying to figure out the source of a lag issue in a game, and I was wondering if players spamming remotes will cause the server to lag. This would be really nice to tell me so I can patch it so the game does not lag when players play it. :)

2 answers

Log in to vote
0
Answered by 3 years ago

Spamming Remotes causes lag. Spamming anything (such as using while loops without waiting at all) causes lag. I suggest instead of spamming, use wait(1) to wait one second. That should reduce the lag

Ad
Log in to vote
0
Answered by 3 years ago

Spamming Remotes causes lag. Spamming anything (such as using while loops without waiting at all) causes lag. I suggest instead of spamming, use wait(1) to wait one second. That should reduce the lag

Answer this question