How to make a promote tablet

I would like to make a promote tablet for a group that if they are a lower rank than you it can promote them if you put their name in the tablet and hits enter it promotes them.

So what do you need help with? To get the group rank of players, use player:GetRankInGroup()

Code:
if player:GetRankInGroup(groupId) == (rank_here) then -- do stuff here end

1 Like