Basically I have it all done except I have no clue how to make it group only can you help me?
if Players.LocalPlayer:IsInGroup(GroupID) == true do -- code to change team -- end
Only works in a LocalScript
Use the function if Player:GetRankInGroup(GroupId) then end
etc, etc. Do you have the script for it that I can see?