Hello, I was working on a piano game that involved the use of remote events to let other players know when a key was pressed and released. Of course the game runs fine in Roblox Studio however when playing in-game I see the following warnings:
> Player “habahaba9” appears to be spamming remote events.
This makes sense since if you press many keys quickly, which is kind of necessary for piano, the remote event handling the transmission of the notes to everyone else, is spammed.
Is there anyway to disable this or at least increase the allowed threshold of client remote event fires?
Although it would be better if I could disable it all together and implement my own method of controlling the player fire amount, server sided of course.
Thanks!