How do i group lock the topbar plus icons

I would like to make it be so you have to be a certain rank in a group for the icon to show up and I want to know how to.

You only spawn the buttons after checking the rank.

3 Likes

How do I do that? Would I do something like :GetRankInGroup(ID) => ROLE?

Something like that. It would most likely be:


if player:GetRankInGroup(groupID) >= minRank then


Of course you’d need to set it up right- I just provided some starter code.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.