Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Group Team script does not work!? More details below

Asked by 6 years ago

Sometimes When players join they are given security team but dont have the role in group

game.Players.PlayerAdded:connect(function(player)
    if player:GetRankInGroup(2533886) == 8 then
        player.TeamColor = game.Teams.HighRanks.TeamColor
    end
    end)
0
**Instead of security i meant Hight Rank ANDREW50060 1 — 6y
0
Look at the team properties, make sure that on security/HR in properties autoassignable is not checked! Lualaxy 78 — 6y
0
Thank you so much!! ANDREW50060 1 — 6y

Answer this question