#module script question
1 messages · Page 1 of 1 (latest)
Wait, you wanted to make module script for every ability?
** You are now Level 14! **
yeah
its own module script
I would stick with one module script for all abilities
Because you might have some stuff that's gonna repeat in another abilities, so with one module script it's easier to maintain and less duplicated code
🤔 alr thats true
** You are now Level 12! **
only reason i thought of this was readability
I mean, you still gonna have readability. I just don't see point of creating new module for every ability
You just gonna end up with a lot of module scripts
you can create a module for every ability if the code is long
why not separate into functions
tho
even if the code is long
also if its long, this