Is the server still strained even if no task is performed after an event?

This is something I have always wondered about, and it might be a very stupid question—but does the server still get strained, or the network hammered in any way if several clients fire a remote event to the server repeatedly, but no task is performed on the server as a result of a server-side debounce/cooldown?

yes, it consumes network bandwith and adds work on the server

2 Likes