CharacterAppearance (Property)

From Legacy Roblox Wiki
Revision as of 13:27, 27 December 2010 by >Camoy
Jump to navigationJump to search
CharacterAppearance
Property Content characterAppearance
Description URI of the asset containing character's appearance, clothing, and gear.
Member of Player


Description

This property is automatically set by Roblox when player joins.

Example
function onPlayerAdded(player)
player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=261"
end
game.Players.PlayerAdded:connect(onPlayerAdded)


See Also

PlayerAdded