Cómo hacer que una herramienta detecte un clic y agregue puntos Roblox Studio

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