nanoblox / core

https://nanoblox.github.io/core/
Mozilla Public License 2.0
57 stars 18 forks source link

Added group qualifier #94

Closed optimisticside closed 3 years ago

optimisticside commented 3 years ago

Allows users to run commands on players based on their group(s).

1ForeverHD commented 3 years ago

Good shout and code looks solid, thanks for this Exo.

I'm going to open up an issue and temporarily put this on hold due to the asynchronous behaviour of checking if a player:IsInGroup(). This would impact other methods like CommandService.executeStatement(callerUserId, statement) which expects all qualifier results to be synchronous.

I'll likely either use:

1ForeverHD commented 3 years ago

There we go, cheers Exo