The RBXMod library is the basic library allowing RBXMods to communicate with their callers. As calls to the RBXMod are made, they are placed in a queue. This queue allows RBXMods to run in the background without being called and handle simultanious calls without needing to deal with the complexities of multi-threading. All the functions in RBXMod interact with the call queue.