#Click detector still on when a tool is being held
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
When you equip a tool it gets moved out of the players backpack and into their character, you can check for it by looking for something with the same name as the tool inside the character
if player.Character:FindFirstChild("ToolName") then
I just explained the last part, and you can get the player like this
Clickdetector.MouseClick:Connect(function(player)
end)
You can put the other code to find the tool inside there
** You are now Level 3! **
Is your character even spawned in