Binding mouse movement to function not working

Could u change the input to something lik Enum.Keycode.H and try it?

You absolutely forgot to mention that the action’s context was contingent upon a GuiButton, like a TextButton or ImageButton. That’s important, because those classes will consume inputs beyond your bound action. Now the real question emerges - what are you doing on mouse move? What are you trying to create?

1 Like