Help with names

How do i check if a model/folder has ‘_’ in the name?

Thanks!

Could use string.match on the object’s name. ex:
string.match(Model.Name,"_")

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.