local mouse = game.Players.LocalPlayer local tool = script.Parent tool.Equipped:Connect(function(mouse) print("yes") end)
local mouse = game.Players.LocalPlayer; local tool = script.Parent; tool.Equipped:Connect(function(mouse) print("yes"); end)
you forgot the semicolons