-------------------------------------------------------------------------------------------------------------------
Full Code: script.Parent.MouseButton1Click:Connect(function(clicked)
local oh = game.Players.LocalPlayer:FindFirstChild("leaderstats")
local k = oh:FindFirstChild("Coins")
k.Value += 1
end)
--------------------------------------------------------------------------------------------------------------------
Hope this video helped! Part 2 coming in sometime