Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

how to make a tool detect a click and add points roblox studio

local tool = script.Parent
local leaderstat = *wherever*
tool.Activated:Connect(function()
leaderstat.Value +1
end)
Source by devforum.roblox.com #
 
PREVIOUS NEXT
Tagged: #tool #detect #click #add #points #roblox #studio
ADD COMMENT
Topic
Name
3+2 =