So I have this now, and it works:
game.Players.PlayerAdded:connect(function(player)
player.CharacterAdded:connect(function(character)
wait(2)
if character.Name=="Zelphurx" then
Workspace.Zelphurx.Head.face.Texture = "rbxassetid://49586548"
end
end)
end)
is there a way so that an entire team gets it? |