Remote event overload

Hello,ive been having some issues with remote events lately,for some reason in the console it always says that a remote event is exhaused.
I made a script that prints out every single remote event that is being fired. When i compare the time when the console wrote its exhausted and the fired events,nothing seems to be getting spammed in any way. I have no clue what is going on.

The error occurs because there’s no server script listening to that remote when it gets fired.

but i just made a script that loops trough every of them and prints out when its being fired

Ensure all the remotes exist before starting the loop(else some of them not added yet may be missed) and also ensure the local script that fires remotes runs after the server loop is listening to all the remotes.

Also, make sure to double-check your server-loop code for any other errors causing the issue.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.