Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can RequestQueueSize work in Filtering Enabled?

Asked by 6 years ago

RequestQueueSize is Client-side only, so when I try and trigger a remote event to send it to the server, it will not work properly.

Here's why:

If my RequestQueueSize is 5 It will send the server the number 5 The RequestQueueSize goes down to 0 But the number I sent to the server will stay at 5 Therefore my loading screen will never close

Is there a way to continuely update the RequestQueueSize to the server? Do I even need Filtering Enabled for GUIs seeing as they are client-side?

0
Good job, you answered your own question. hiimgoodpack 2009 — 6y
1
If you have an idea, why not try it? hiimgoodpack 2009 — 6y

Answer this question