CharacterAppearance (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>GoldenUrg
initial from memory
>GoldenUrg
initial from memory
(No difference)

Revision as of 02:45, 30 May 2010

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