This is supposed to make it where once you buy something from the shop you keep it forever even in all servers And I'm working on another one just like this that will save the leaderstats but I cant figure out how to work it.
tool.Equipped:connect(function() local player = game.Players:GetPlayerFromCharacter(tool.Parent) tool:Clone().Parent = player.StarterGear end)