Cloning a part of a players character

So my current goal is to figure out how I can make a system where when a player clicks, a part of their body gets cloned right on top of the original part.

For example, you’re trying to clone an arm so you click and a new arm appears right above the original arm and when you click again, it spawns above the cloned arm.

Screen Shot 2022-08-02 at 10.34.51

I already have the system finished for clicking but I’m having problems with the cloning and positioning.