Issue
Currently when handling syncing SSSS with permissions, you have to do something like having a dictionary with a permission check and then .Where().ToArray() every players yourself
Goal Description
Make it so that there is an ability to only sync certain ones based on a predicate, with a SSSS wrapper.
Issue
Goal Description