ApplyDescription
Yields
This is a yielding function. When called, it will pause the Lua thread that called the function until a result is ready to be returned, without interrupting other scripts.
Unsafe
For thread safety, this property is not safe to read in an unsynchronized thread.
This yield function makes the Player/Character|character's
look match that of the passed in HumanoidDescription
. A copy of the passed look will then be cached in the Humanoid
as the current HumanoidDescription for the Humanoid.
It allows you to quickly set and store a character’s appearance using a stored look without having to set each property every time.
See also
Humanoid/GetAppliedDescription
, returns the HumanoidDescription currently applied to the HumanoidPlayers/GetHumanoidDescriptionFromUserId
, gives back a HumanoidDescription which describes the Avatar for the passed in userPlayers/GetHumanoidDescriptionFromOutfitId
, gives back a HumanoidDescription whose parameters are initialized to match that of the passed in server-side outfit assetPlayer/LoadCharacterWithHumanoidDescription
, spawns a player with the look from the HumanoidDescription Instance passed in
Parameters
Name | Type | Default | Description |
---|---|---|---|
|
The |
||
Default
|
Returns
Return Type | Summary |
---|---|
No return |