CharacterAppearance (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Flurite
No edit summary
m Text replacement - "<code lua>" to "<SyntaxHighlight code="lua">"
Line 11: Line 11:
This property is automatically set by Roblox when player joins.
This property is automatically set by Roblox when player joins.


{{Example|<code lua>
{{Example|<SyntaxHighlight code="lua">
function onPlayerAdded(player)
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
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

Revision as of 03:59, 27 April 2023

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
{{{1}}}