Basically I’m making a sword tool, if the tool is unequipped, then the sword welds to the player’s back. If the tool is equipped, then the sword welds to the player’s right arm.
My issue is that the tool can be spammed (unequip and equip), so it can ruin the welding.
Is there a way to fix that or a way to make the tool unspammable?
I’ve tried using a debounce for the weld, but it didn’t work.