#gun.activated and mouse.button1down stops being reliable when connected to mouse with usbc

6 messages · Page 1 of 1 (latest)

visual hedge
#

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"
visual hedge
#

Please help

#

lol

jovial kite
visual hedge
#

When I connected my usbc cable the it would stop printing click and click2