Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a tool clone another in its location?

Asked by 2 years ago

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

1 answer

Log in to vote
0
Answered by 2 years ago

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

Ad

Answer this question