This is a LocalScript located in a TextLabel :
LocalPlayer = game.Players.LocalPlayer while true do wait() if LocalPlayer.TeamColor == "Bright blue" then script.Parent.Text = "O C C U P A T I O N : Job1" elseif LocalPlayer.TeamColor == "Bright yellow" then script.Parent.Text = "O C C U P A T I O N : Job2" end end
Instead of showing"O C C U P A T I O N : Job2 /Job1" it shows what I initially set the TextLabel as which is just "O C C U P A T I O N :"
Help will be appreciated :)