Magic
Magic
Whenever I try to join a user thru rosearcher I receive "Error occurred during callback!". Image of dev console attached below. 
When trying to fire an event on `PlayerAdded`, the channel for the player isn't created yet and the code errors. This is due to the lack(?) of ordering for `PlayerAdded`....
Multiple examples of this below All of them work properly if the tables are flattened into multiple parameters (e.g. `function foo(qux: T, baz: string?)`) or generics are omitted and replaced...