So, I added a weapon buying in my game, yet the code just ignores all “combat tool” tagged objects and doesn’t remove old combat tools.
I rewritten the code 3 times and simplified it as much as I could, yet it doesn’t print out any kind of tool that wasn’t added via StarterPack. Roblox Studio just refuses to accept the fact that there is tool objects in backpack.
The tools exist both on client and server side.
[pic 1: the code, I tried to directly copy a tool from serverstorage but oh well of course it didn’t help]