I've been trying to figure out this string of code for a while and I just can't figure it out. I don't know why it won't work. Please help?
local team = game.Players.LocalPlayer.TeamColor if team == game.Teams.Alien.TeamColor then game.StarterPlayer.Alien.Name = "StarterCharacter" end