Hi I am trying to optimize my game with modules on the client side.
I often need to access the player gui so I am constantly passing player as one of the parameters for my Init() function. Is this the right thing to do? I'm also initializing my variables in the init() function, is that fine?
This way seems to remind me of intializing vairables in a java constructor, which I like.
Please give me honest constructive feed back, thank you!
** You are now Level 3! **