Skip to content

v1.0.13

Compare
Choose a tag to compare
@Vorlias Vorlias released this 06 Aug 05:59
67a7aec

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 or Net.default
  • Added Serialization / Deserialization
  • Added GlobalEvent / GlobalServerEvent (MessagingService)
    • These are testable in Studio - due to MockMessagingService implementation.