Im trying to make a script here when you click a part, it deletes it.
I made it so that when you click with your mouse, it detects it on a local script and fires a event with the mouse.Target and on a server script it detects it.
But my problem, is that I cant use the name to find it in for example blocks:FindFirstChild(hit) since all the parts have the same name?
Is it possible to find a part without using the name but using the object info provided in the mouse.Target function?