v1.0.13
Changes:
- Events now return a RBXScriptConnection
- Deprecated
ServerFunction.CallPlayerAsync
as it's a security vulnerability. - [BREAKING] Properties were replaced with get/set functions.
- Serializer fixes
- Lua code can now require and use the module directly, rather than having to use
Net.LuaNet
orNet.default
- Added Serialization / Deserialization
- Added
GlobalEvent
/GlobalServerEvent
(MessagingService)- These are testable in Studio - due to
MockMessagingService
implementation.
- These are testable in Studio - due to