I wanted to make a kind of tool as soon as the player picked it up and clicked on some area of ??the screen then it would clone another tool in the pro player inventory and destroy the one the player uses to clone the tool
Use the :Clone() and :Destroy() methods. This is scripting helpers, so I won’t write your code for you, but I’ll give you the resources you need,
https://developer.roblox.com/en-us/api-reference/function/Instance/Clone
https://developer.roblox.com/en-us/api-reference/function/Instance/Destroy