#Click detector still on when a tool is being held

1 messages · Page 1 of 1 (latest)

river stream
#

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

wheat spire
#

studio** You are now Level 3! **studio

river stream
#

Is your character even spawned in