Has been solved

this never happened trust :).:):):):slight_smile:

workspace:FindFirstChild("Name",true)

Then check if there are two objects with the same name.

This should work perfectly fine, but as stated above, the best way would probably to use the recursive option for FindFirstChild. Another solution is to do workspace[“nameofpart”] which is the same as workspace.nameofpart but it takes a string, just like FindFirstChild.

1 Like

I regret making this post the most basic thing ever