Group rank script

add me on dis SΛV#8688 i cant get your name

The max group rank role is 155.

it isnt its 255 check image

oh, sorry I must’ve read wrong.

1 Like

(Solved)

local GroupId = 9423809
local Player = game:GetService("Players").LocalPlayer


script.Parent.MouseButton1Down:Connect(function()
    if Player:GetRankInGroup(GroupId)  >= 200 then
        Player.TeamColor = BrickColor.new("New Yeller")
        end
    end)