I have this weird typechecking error of Unknown require: unsupported path that I can’t seem to get rid of no matter what I do. (I also have Key 'Character' not found in table 'Enemy')
Any clue on how to get rid of these errors would be very appreciated. Thank you.
It’s because you are working in strict mode, and your table doesn’t have an index called Character in it.
The only recommendation I could give is either not to work in strict mode or to add Character = nil, or something along the lines of that into your table.