Module Scripts Organizing

So I have a module script which handles the entirety of my NPCs this include its AI, bunch of methods.

Which in total of almost 1.8k lines of code


Screenshot 2023-10-31 111144

And this isn’t even finished, so how do I organize this kind of code

Should be obvious by now but this module script incorporates OOP (Object Oriented Programming)

Split sections into other modules script under this module script like mini sections ig.