of     1   

uxie501
#228387452Sunday, December 03, 2017 5:34 PM GMT

How would I make all tools in the backpack unequipable? (Not the "enabled" property, it wont work in my case.)
libpng
#228387576Sunday, December 03, 2017 5:37 PM GMT

Don't have them as tools in the backpack?
edenDeden
#228387785Sunday, December 03, 2017 5:41 PM GMT

its laggy but might be ur solution tool = script.Parent player = game.Players.LocalPlayer tool.Equipped:connect(function() wait() player.Character.Humanoid:UnequipTools() end) i dont think its a good solution
uxie501
#228387900Sunday, December 03, 2017 5:42 PM GMT

I found a better one... but thanks

    of     1