Jak zrobić narzędzie wykryć kliknięcie i dodaj punkty Roblox Studio

local tool = script.Parent
local leaderstat = *wherever*
tool.Activated:Connect(function()
leaderstat.Value +1
end)
Good Grivet