GroupService - No way to get members in a group

I propose a method such as GroupService::[b]GetMembers( int groupId, int rank )[/b] which we could use with GroupService::[b]GetGroupInfoAsync( int groupId )[/b].

I believe that this method would improve the power and usefulness of GroupService. If there are anymore members to GroupService which you think should exist, please discuss them, as well as this initial proposal below.

1 Like

It would also be nice to have GroupService:GetRankInGroup(groupId, userId) / Group:Service:GetRoleInGroup(groupId, userId)

I’m making a database system where atm I have to store the rank the person was last time they entered the server because I can’t fetch the most up-to-date one from when the server started.

These already exist in the Player object

Oh but then I read that