Should I use modules only in client sided game?

Having many different modules and functions inside of them technically do impact performance, but the impact is so negligible that it shouldn’t affect your decisions.

The main point is that modules are purely for organization and don’t give any performance boost.

2 Likes