Hello, there I have a group that have branches (have groups to make ranks) and I have a main game, and I want that if you have a rank in UKSF for example it shows but if you have a rank in BA for example it shows diffrent (it removes the current gui of hte uksf and replacec it to BA)
I tried searching any other fixes but sadly nothing.
You can get a player’s rank number in a group by doing: Player:GetRankInGroup(GroupId)
You could also use whats below to get the specific name of the rank: Player:GetRoleInGroup(GroupId)