Roblox core scripts error a lot when a tool is picked up

So, i basically was making a custom inventory system and when i tested the game and picked up a tool from the ground it made the core scripts error a lot

here is a vid :

does anyone know how i can fix this and yes i did check every line of code found out it was these lines that made the problem.

please help me

1 Like

that’s not a core script error, that error just means that the animation you’re using is improperly set, and so the roblox asset service could not fetch it. Try checking again the Id you put in the animation and try again

1 Like

i litteraly dont have a custom animation

There are plugin errors, disable the plugin that’s erroring (or disable all if you don’t know which one it is) then try again, the erroring plugin is most likely using loops with connections and without debounces or yields.

image
There also is an error from the script in the tool, make sure that it’s also not doing the same thing above.

1 Like

thanks for the response, i might be a bit late but thank you!!

1 Like