Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a Custom Set Character for my Game?

Asked by 8 years ago

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?

0
Please use the code block tags to put your code in. Sparker22 190 — 8y
0
Nevermind! You don't need to answer this. I finally put in the right code and it worked! Azarixx 0 — 8y

Answer this question