ContextActionService BindAction MouseMovement not working

You most likely need to increase the priority even higher, as Enum.ContextActionPriority.High.Value is 3000, try setting it to 3001.

1 Like

Perfect!

Edit 1: This is what the final result looks like:

Edit 2: I ended up just switching out return Enum.ContextActionResult.Sink for Pass since there wasn’t any negative effect.

1 Like