Skip to content
Nifim edited this page Jul 1, 2018 · 2 revisions

player.model return a a table containing

  • face : Face model ID
  • race : Race model ID.
  • head : Head model ID.
  • body : Body model ID.
  • hands : Hands model ID.
  • legs : Legs model ID.
  • feet : Feet model ID.
  • main : Main hand weapon model ID.
  • sub : Sub hand weapon model ID.
  • range : Range model ID.
race = player.model.race
print("Race ID: " .. race)
Clone this wiki locally