Should I switch to a maid?

Hello!

I am looking for some feedback here.

I currently have a single script that manages everything the client does in terms of interface. The problem is that the script is quite lengthy (739 lines and counting) and it is getting a bit messy because it literally controls the client.

Should I switch to a maid to manage connections instead of the controller?

1 Like

You can try to utilize ModuleScripts to divide functionality into smaller bits (works well with OOP).

1 Like