Check if player is admin via group role

Hi, does anyone know how can I make a check in the script, that will do something if player has specific role in the group? If you know, write an tutorial here please.

it’ll be something like this

if PLAYER:GetRankInGroup(GROUPID) > 250 then
  -- do stuff
end
1 Like

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