This is happening for some of my friends too
mouse.Button1Down:Connect(function()
print("click2")
end)
gun.Activated:Connect(function()
print("click")
if gunaim == true then
shoot()
end
end)```
When I reconnect my mouse with a usbc cable it will stop reliably printing "click" and "click2"