Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why won't this work?

Asked by 9 years ago

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)

Answer this question