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