Hello everyone. I'm here to tell you my problem. Okay, so when ever I open up a script and write something to set a custom character for my game, I put the right stuff into it, but it just doesn't work. I put this code in: game.Workspace.ChildAddded:connect(function(plr) local name = plr.Name local playerinplayers = game.Players:FindFirstChild(plr.Name) "ifplayerinplayers ~= nil then" playersinplayers.CanLoadCharacterAppearance = false plr.Head.face.Texture = "rbxassetid://242438967" local bodycolors = Instance.new("BodyColors", plr) bodycolors.RightArmColor = BrickColor.new("Pastel brown") bodycolors.LeftArmColor = BrickColor.new("Pastel brown") bodycolors.LeftLegColor = BrickColor.new("Dark stone grey") bodycolors.RightLegColor = BrickColor.new("Dark stone grey") bodycolors.TorsoColor = BrickColor.Random() bodycolors.HeadColor = BrickColor.new("Pastel brown") It won't ever work for me. Can you please help me?