The script always says something about the Equipped not working, I'm not sure if it is outdated or something else it wrong?
Here the script:
tool = script.Parent tool.Equipped:connect(function() tool.Handle.BrickColor = BrickColor.new("Camo") end) tool.Activated:connect(function() tool.Handle.BrickColor = BrickColor.new("Bright yellow") end)