Would this be an okay way to equip a tool?

this event happens when the user presses the “2” on their keyboard

would always deleting the tool cause some problem after a long time? the code works but i just wanna make sure it would be a sufficent way of doing this.

Id recommend creating a player-specific tool folder and either attach it to the player or somewhere else in the server.

Then when the player obtains the tool, clone it into that folder. When they go to equip/unequip it, you can just move it back and forth from that point and then delete the folder when they disconnect if it isn’t in the player folder.

1 Like

will try this now, thanks for your help