#blocking item inputs
1 messages · Page 1 of 1 (latest)
You can remove the scripts within the tool that handles the input and iirc there should be a property within the tool that lets you disable dropping of the item
the tool has a property called enabled so u can just enable and disable it with code and in studio
is there a way to actively disable the script while the tool is equiped in the players hand?
im trying to disable it right now but theres a forced condition where the sword needs to be unequiped before disabling
also ty for the help
disable the tool
the tool itself?
yes
the scripts inside the tool stop working until you enable the tool
i dont remember if it disables the scripts or just tool.ACtivated from working so u might need to try another way
hm