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

Character Appearance Property? [closed]

Asked by
Tor6 0
10 years ago

Is there a way I can access the character appearance property found in each player that enters (which is found under game.Players)? And if so can I use to change how people look as soon as they enter?

This doesn't seem to work when I put it in a script in the workspace!:(

function onPlayerAdded(player)
player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=261" --the last numbers of the URI is the ID of the desired character look
end
game.Players.PlayerAdded:connect(onPlayerAdded)

Locked by Shawnyg, adark, and Articulating

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

1 answer

Log in to vote
0
Answered by
Bebee2 195
10 years ago

Turn this property to false when the player enters.

What it does is make the player unable to load the character appearance to the corresponding player which allows you to change the appearance.

Not 100% if it will work, though.

Ad