Revamp of internal modules to more closely fit the functional paradigm: Services, Controllers, Server, Client, ServerNetwork, ClientNetwork, and both Scrypt and Network loaders
Minor code improvements
Fixed typechecking issue with ClientNetwork and RequestPacket
Renamed functions 'PingPlayer', 'PingAllPlayers', 'SendPacketToPlayer', and 'SendPacketToAllPlayers' to 'PingClient', 'PingAllClients', 'SendPacketToClient', and 'SendPacketToAllClients' respectively
Changed the index name for the Roblox services table. 'ServicesRBX' -> 'Services'
Removed index based module loading and added functions to load modules instead
Removed optional DEBUG argument in the .Init function of Scrypt
Improved module require safety
Added .Utils property to access some basic pure functions often used in functional programming
Improvements to documentation
Typo fixes (x1)
Added pages for Services and Controllers
Fixed inaccurate API for the 'RequestPacket' function