#"Remote event invocation queue exhausted" Error for Remote Event

1 messages · Page 1 of 1 (latest)

elder bone
#

I might be stupid or something but I can't seem to figure out why this keeps popping up. I've tried adding a debounce to no avail. Any help is appreciated.

fathom rapidsBOT
#

studio** You are now Level 7! **studio

elder bone
#

oh yeah these errors also show up i forgot to post whoops

strong plank
elder bone
unique tiger
#

then search for the remote event name

#

^^

unique tiger
#

^^

elder bone
elder bone
unique tiger
#

np

#

If theres other problems occuring dont be afraid to ping me

#

i wont bite :)

elder bone
#

LOL alright. Ty for your help!

elder bone
#

alright so i guess i was just tired or smth cause i found where ownedtools is used i think

#

this is a server script in serverscriptservice

#

and this is a different script but it's also server script in serverscriptservice

elder bone
#

well the buy buttons of the shop frames at least

#

don't mind the goofy placeholder things in the shop

unique tiger
elder bone
unique tiger
#

I think you should debug alot of stuffs here

#

as im confused aswell

#

Oh wait

#

yeah debug ToolFram

#

ToolFrame

#

As i could not be valid at all or was never found?

elder bone
#

so much of this was my friend helping me out and writing a bunch of stuff i barely understood

elder bone
#

most of this was the previously mentioned friend and i'm very new to scripting so i'm sorry for the dumb questions 🥀

unique tiger
#

you could do

#
if ToolFrame == nil then
    warn("ToolFrame named " .. i .. " could not be found")
else
    print(ToolFrame)
end
#

something like that

#

idk

elder bone
#

ohhh

#

ok

#

so i guess it's successful for a few times until it can't find it but it keeps spamming it

elder bone
#

these errors were already present

#

but

#

yeah

#

so those aren't new

#

wait i just realized there isn't a sword toolframe at all why is it looking for that

#

😭

elder bone
#

I am so confused

#

There isn't a sword toolframe

#

There used to be but not anymore so why is it even searching for that

unique tiger
elder bone
#

Or a module

#

I'll look again

#

When I get back

elder bone
#

okay so in another forum we think an issue is duplicate data stores so if anyone wants to take a look into that here's the datastore script (server script in serverscriptservice)

unique tiger
elder bone
#

Wait but wouldn't that get rid of all of them?

#

and not just

#

The duplicates?

#

Putting this here cause I feel bad cause of the nonsensical hell spaghetti of errors I've put you through this far 🥀🥀🥀

#

So yeah I'm sorry for that 😬

unique tiger
elder bone
#

Wait so when they're removing I clear their datastore?

unique tiger
elder bone
#

Oh just like a one time permanent datastore clear?