So say im making a script for example, where when you click on the part, it prints the parts name if the part is in a folder, called “objects” for example, but what if you have a model in the object folder?
because when checking if part is in the objects folder, part.Parent.Name == “Objects” does not work anymore with models, because part.Parent.Name would be the parts Model Name
Whats the most effective way to get around this?
Thanks in advance