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. :)
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
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