Skip to content

function getPlayerVisual (server-side)

Available since version: 0.0.1

This function will get the player/npc visual.

Declaration

{bodyModel, bodyTxt, headModel, headTxt, teethTxt, skinColor}|null getPlayerVisual(int id)

Parameters

  • int id: the player id.

Returns {bodyModel, bodyTxt, headModel, headTxt, teethTxt, skinColor}|null

player visual or null if player isn't created.