UnreliableEvent payload warning

Unreliable Event dropped as its payload is too large. Consider reducing the total size of the arguments.

This warning message lacks any useful information, such as the full (path) name of the event in question, making it hard (…impossible) to trace the cause of the warning.

7 Likes

I agree, same with remote event spam warning.

Also my suggestions to solve your issue:

Solution 1: Look for unreliable remote events, and replace them with default remote events if you suspect that they send too much data (for that also use find in place ctrl+shift+f and look for remotes that might send too much)

Solution 2: Replace all unreliable remote events with default ones

Solution 3: Use buffers