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?
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
I recommend going to a Knit support server if it exists because this seems to be more of a Knit issue. Good luck.