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

Does spamming Remote Event affect other players when it's exhausted?

Asked by 5 years ago

So I was wondering if someone in a server spammed remote event that gives them tools can they spam it so fast that it gets exhausted that other players when calling the remote it do anything

or is that not true because of FE?

1 answer

Log in to vote
0
Answered by 5 years ago

Use a wait() statement so the remote event can't be spammed so hard. You can put any reasonable number in those brackets to help reduce the spam.

wait(5)
wait(10) -- and so on...
0
try to limit server client communication...if possible. Most things you have no other choice if you want a secure game. ForeverBrown 356 — 5y
Ad

Answer this question