#How to structure related module scripts

1 messages · Page 1 of 1 (latest)

jaunty mango
#

So I've got an action handler (ActionService) and a movement handler and im wondering if i should contain a reference to the actionhandler within the movement script or if i should reference it at initialization within a client script or if i should even contain the action handler inside the movemenr handler. just want some advice on how to do things