local greenpart = game.Players.LocalPlayer:WaitForChild("BackPack"):WaitForChild("GreenPart") greenpart.Equipped:Connect(function(mouse) print("hey") end)