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,"_")
string.match(Model.Name,"_")
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.