Hello, i’m writing a code that searches if a string has a specific face, and if so, does somethings.
The problem is that i’m getting the ‘unfinished capture’ error in some of them.
Script
--The faces before this one works, and they are (XD, D:, :/)
elseif MS:match("B(") then --Error 'unfinished capture'
--Do stuff
I tried searching around but i couldn’t find something specific for this kind of error.
Thanks for reading.