I want to make a button that when clicked opens a GUI but I want different ranks in my group to have different options on the Gui. Can someone tell me what I should search the wiki for when it comes to group permissions?
1
GetRankInGroup, say someone can kick, someone higher can ban. You could do if Plr:GetRankInGroup(123456)>=5 then kick.Visible = true end and on the next line if Plr:GetRankInGroup(123456) >=7 then ban.Visible = true end, You will have to mess around with some of these.M39a9am3R3210— 10y