This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
Release v0.0.14-alpha
- Fix Signal leak when firing with no connections
- Change
._instance
to.Instance
in Component - Components will use attributes to store unique ID instead of StringValue
- Add
Signal.Proxy
constructor to wrap built-in RBXScriptSignals - Add
Maid:GivePromise
method - Allow dictionary tables in
StreamableUtil.Compound
observers list
Note breaking changes from above:
- When upgrading, make sure to change
._instance
field accessors to.Instance
for components ServerID
StringValue for components has been switched to use attributes:instance:GetAttribute("ComponentServerId")