MouseButton2Up triggers MouseButton1Down when opening context menu

Releasing MousButton2 will for some reason fire MouseButton1Down. I checked if it was a problem with my mouse, but other software doesn’t reproduce this issue. Furthermore, this only happens when opening the context menu (setting context menu to be a different hotkey fixes the issue).

I ran this code to prove it:

game.UserInputService.InputBegan:Connect(function(input: InputObject) print(input.UserInputType) end)

283019e721ebde5d47585c22a2b3a944

oh thats weird. it may be an issue if youre using a trackpad because there’s no definitive left and right click buttons?

Nope, mouse and keyboard. May still be a hardware issue..

thats strange, maybe try redownloading studio. it worked for me