So I have this ID Gun thing that tells me the coordinates of objects and their hash codes, but i need to find the model name so how would i go about converting the hash code into the object name?
You cannot convert a hash back to name, a hash is one-way so you cannot get back the orginal name without bruteforcing it or making a giant lookup table.
1 Like
Thanks
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.