Is it bad to use other modules?

Hello,

I’m just asking about this because I’m worried that it would be frowned upon to use other people’s modules or not.

Any response is appreciated!

I think this should be brought to #help-and-feedback, but my answer is simple: unless you wanna recreate the module your own way, you’ll be just reinventing the wheel.
Community made modules are really helpful, like for example Cmdr, or Iris for debug UI. There are also modules for state machines, state management or even frameworks which are helpful aswell (like for example Fusion or Roact).

Developers put time and effort into making quality resources that help others to save time instead of writing it all down from scratch.

If you need a game with ranged weapons, you can use FastCast or SecureCast. If you need lua based signals, FastSignal and GoodSignal are good candidates. If you need zone management, look for Zone+.

1 Like

Thank you for the response, I feel very reassured after reading that!