#"Remote event invocation queue exhausted" Error for Remote Event
1 messages · Page 1 of 1 (latest)
** You are now Level 7! **
thanks
oh yeah these errors also show up i forgot to post whoops
Ur spamming remotes too fast
That's what I figured but I don't know how to stop it from spamming since I don't remember anywhere else I used the remote or find any scripts that use it
Ctrl + Shift + F
then search for the remote event name
^^
i does not exist within script.Parent
^^
Wait I actually remember what I is referring to in the script (I think) I'll send that one too in a bit
I didn't know you could do this ty
LOL alright. Ty for your help!
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
so once again i'm not good at scripting but this is where i think i is being referred to since it's basically each of the shop frames
well the buy buttons of the shop frames at least
don't mind the goofy placeholder things in the shop
so script.Parent SHOULD be ShopFrame? and i should be whatever is inside the ShopFrame am i correct?
yeah script.parent is the shop frame and yeah i think so
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?
so much of this was my friend helping me out and writing a bunch of stuff i barely understood
this is gonna sound so insanely stupid so I am so sorry in advance but how would one do that (or like what does it mean to debug something)
most of this was the previously mentioned friend and i'm very new to scripting so i'm sorry for the dumb questions 🥀
print ToolFrame
you could do
if ToolFrame == nil then
warn("ToolFrame named " .. i .. " could not be found")
else
print(ToolFrame)
end
something like that
idk
ohhh
ok
so i guess it's successful for a few times until it can't find it but it keeps spamming it
like it's printed this exact set/order a bunch of times
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
😭
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
Cause you never removed it from a table or something
Ive never seen it in any scripts
Or a module
I'll look again
When I get back
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)
Then just clear their DataStores with {}
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 😬
Thats the point, you're rebuilding the data
Wait so when they're removing I clear their datastore?
only do it once tbh
Oh just like a one time permanent datastore clear?