Knit: Trying to figure out why it's not letting me GetService

So here’s my code currently:

and the one for the CombatModule:

Not understanding why it’s giving me this error when I’ve done it in another Script and works perfectly fine, is it the way or method I’m using it as?

Hi, are you requiring the knit package more than once on server initialization?

edit: this could be because you’re creating a dependency between combatservice and networkingservice and they’re both initializing at the same time. try requiring one on a non-module script then require the next one after the other has been initialized


Well I’m doing this could be the issue, for some odd reason AddServices isn’t working for me it’s weird, I tried every possible solution and even looked at the Knit API which has the same exact setup that I’m using.

I recommend going to a Knit support server if it exists because this seems to be more of a Knit issue. Good luck.