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?
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...