So, i have made a shop for tools. the tool is supposed to increase leaderstats by a certain number depending on the tool. When i buy it. It doesn't work. But i've noticed that if i added it to the starterpack it works! And no i don't want the solution of adding it to starterpack and then reseting. There is no special code. i just use the classic :Clone().Parent = game.Players.LocalPlayer.BackPack
Hello there! YahiaElramal_77
I would like to point out, cloning from services mostly requires a server script, as I have attempted to do it before local script cloning can cause errors and not load in the full scripts and parts into the tool. therefore if you are using local scripts, switch to server as its more reliable and should fix your issue.
Hope I helped!
I am not sure if it's gonna work but try instead changing that to the server. so that the server is the one that does all the cloning.