#blocking item inputs

1 messages · Page 1 of 1 (latest)

final crane
#

is there anyway to stop all weapon / item inputs from being performed? for example if i had robloxs link sword, is there a way to stop the clicking for slash and double clicking for swing? and a way to prevent them from dropping the item with backspace, so just in general a way of stopping all inputs

warm hollow
gentle pike
#

the tool has a property called enabled so u can just enable and disable it with code and in studio

final crane
#

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

final crane
#

the tool itself?

gentle pike
#

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

final crane
#

hm