CharacterAppearance (Property)

From Legacy Roblox Wiki
Revision as of 02:45, 30 May 2010 by >GoldenUrg (initial from memory)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
CharacterAppearance
Property Content CharacterAppearence
Description URL of asset containing character's appearence, clothing, and gear
Member of [[RBX.lua.Player (Object)|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