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.
I already have the system finished for clicking but I’m having problems with the cloning and positioning.