SetPlayerFaceFeature
SetPlayerFaceFeature
Client-Side Function
![]() |
![]() |
---|
Sets a face feature of a given index and scale for a specified player.

Syntax
API.setPlayerFaceFeature(LocalHandle player, int index, float scale);
Required Arguments
- player: parameter input should be in LocalHandle type.
- index: parameter input should be in int type.
- scale: parameter input should be in float type.
Usage example(s)
API.setPlayerFaceFeature(LocalHandle player, int index, float scale);