Roblox Tools Manual DeActivation?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

I am trying to make tools which ignores Left Mouse input completely.
How do I stop realising mouse1 button from Deactivating an Equipped and Manually Activated tool?

  1. What is the issue? Include screenshots / videos if possible!

I have set “ManualActivationOnly” to true which prevents mouse click from activating the tool however I notice mouse click can still trigger DeActivate event on tool (afterI have already manually activated the tool with code).

Just use UserInputService instead. Deactivate still fires even if ManualActivationOnly is on.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.