When to use Knit and when to not use it?

Im trying to make a battlegrounds game and I just recently learned about Knit

Do I use it or do I stick with remote events

Knit will help u make connecting services, moves, controllers allat alot easier, it’ll definitely help with whatever battleground thing ur doing in this situation

1 Like

Both have pros and cons, Knit might be the way to go if you’re looking for a more structured approach, especially for large projects, however if you want to keep everything simple and more flexible go with Remote Events.

The developer of Knit has since stopped updating, and (to my knowledge) no longer even uses it himself. He no longer recommends use of it as it is over-complicated. Honestly just using modules is more than enough.
Read this article for the creator’s own opinion.