I want to create a server script that checks if the player is holding a sword. If they are not holding the sword, I want it to appear welded to their torso as if it were ‘sheathed.’ If they are holding it, I want to destroy/make transparent the sheathed sword so that it appears only in their hand.
I’ve tried a few if/while statements with some booleans but am struggling to figure out how to fit it all together. I know that if someone has a tool equipped, it no longer appears in their backpack in the explorer. Maybe that’s a place to start?