Skip to content

function getPlayerScale (client-side)

Available since version: 0.1.0

This function will get the player/npc scale.

Declaration

{x, y, z}|null getPlayerScale(int id)

Parameters

  • int id: the player id.

Returns {x, y, z}|null

the player scale or null if player isn't spawned.