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