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

I need help with changing a character appearance?

Asked by 8 years ago

I need help with making a characters Appearance change to the appearance of a model. Like say I have a noob model. I need it to change the characters appearance to the appearance of the noob.

Characterappearance = game.workspace.Noob

?

0
That's not how characterappearance works Ryzox 220 — 8y

1 answer

Log in to vote
0
Answered by
Validark 1580 Snack Break Moderation Voter
8 years ago

There is an actually a CharacterAppearance property of Player. However, this can only be used to change their appearance to that of another player. If you want the player to look like a model, you are going to have to write your own script for that.

I can't write the script for you, but I can point you in the right direction.

There is another property of Player called Character which you can easily modify with a script.

I recommend spawning in Playmode on Studio and looking at the properties and other stuff you can modify.

Also, look up a good morph script in Free Models. Here's one. Should have some good source code in there (Look in MorphButton.SmartMorphButton).

P.S. This is what my CharacterAppearance ID is in Studio: http://www.roblox.com/Asset/CharacterFetch.ashx?userId=2966752&placeId=0

0
I know you cant make the script for me but can you start it off and tell me what it does? The model you gave me is kinda jumbled up. supermanswaqq 65 — 8y
0
Nvm. But can you tell me how to make the character keep the appearance even when they die supermanswaqq 65 — 8y
Ad

Answer this question