Starting from March 12, we received the follow Error Report
2.4K Client Remote event invocation discarded event for RobloxReplicatedStorage.SendLikelySpeakingUsers; did you forget to implement OnClientEvent? (events dropped)
could it be related to some internal updates in roblox itself?
This error is clogging up my analytics as well I was going to make a bug report until I saw this one because it seems like it hasn’t gone away after a few days.
In my game this error occurs with the most important ClientEvent which breaks the whole game system… Btw it only happens through some time, not instantly for some reason and for ONE SPECIFIC RemoteEvent
I’m having this problem too. It doesn’t affect my game and isn’t a problem. It also happens in other places in my game. All I know is that it’s happening in Roblox’s network system.
According to the problem, the error message says that the remote event SendLikelySpeakingUsers was invoked, but there’s no client-side handler to receive it. So, a solution would be to try listening for this event.
not sure if ‘RobloxReplicatedStorage’ and ‘ReplicatedStorage’ is the same thing. if not, then the wait can generate ‘potential infinity waiting’ warning. could try to print it out after the wait for child.
now that the voice chat beta is live, i suspect it might be related to that