red-blox / zap

A lightning fast networking solution for roblox.
https://zap.redblox.dev
MIT License
89 stars 14 forks source link

[FEAT] Add a fireSet function to events #87

Closed nezuo closed 2 months ago

nezuo commented 3 months ago

Describe your feature

Events would get a fireSet(players: { [Player]: true }, ...) function. It's common to construct a set of players over a list of players. This API will be convenient in those scenarios since you don't have to convert to a list.

nezuo commented 2 months ago

Closed via #98. Thanks @sasial-dev!