local player = game:GetService("Players")
local LPlayer = player.LocalPlayer
local Team = LPlayer.Team
local Rank = LPlayer:GetRankInGroup(35153508)
local Staff_Team_Ranks = {"255", "224", ""}
local Supervision_Team_Ranks = {"", "", ""}
local Corporate_Team_Ranks = {"", "", ""}
player.PlayerAdded:Connect(function(player)
for _, v in pairs(Staff_Team_Ranks) do
if Rank == v then
LPlayer.Team = game.Teams:FindFirstChild("Staff")
LPlayer:FindFirstChildOfClass("Shirt").ShirtTemplate = "rbxassetid://80018832805363"
LPlayer:FindFirstChildOfClass("Pants").PantsTemplate = "rbxassetid://95282531461583"
end
end
for _, v in pairs(Supervision_Team_Ranks) do
if Rank == v then
LPlayer.Team = game.Teams:FindFirstChild("Supervision Team")
end
end
for _, v in pairs(Corporate_Team_Ranks) do
if Rank == v then
LPlayer.Team = game.Teams:FindFirstChild("Corporate Team")
end
end
end)
The Teaming parts of this script are functional and working.
The Auto-Shirt & Pant Equip is not working and idk why.
** You are now Level 6! **