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.pidgey548— 5y
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.Unhumanly152— 5y