so far, ive been making m1 combat without a specific framework(using remote events and functions), but i recently started using Knit and have been trying to convert my scripts into controllers and services. currently this is how im planning the process
- input controller(userinputbegan)
- m1controller(uses a client exposed function from)
- m1service(the function)
is this correct? or is there a better way i could do this? previously i just used remote events - input local script(fires m1 remote event)
- m1reciever script(the function)
any feedback would be greatly appreciated, thank you in advance