Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to disable tool-releasing?

Asked by 4 years ago

So im trying to make a battle game and im trying to make it so you have to have a weapon out at all times I saw a script that did this it had all of the tools out.

0
As far as I'm aware, you can't really 'disable' it. Your best bet is to make your own inventory-type system. You can achieve the same effect of a character holding a tool by welding the model's handle to the arm of the character. pidgey 548 — 4y
0
Like humanoid:EquipTool(tool)? ABK2017 406 — 4y
0
That's the way I'd do it if I didn't want to program an inventory system. Just add an event listener that re-equips the tool every time the player unequips it lol. Unhumanly 152 — 4y

Answer this question