RemoveTattoo

exports["nvx_charcreator"]:RemoveTattoo(name, zone)

This export is used for removing tattoos from a player. The name of the tattoo is stored inside the player's tattoo object or you can find the name inside the tattoos.json file located in the data folder.

The zone parameter can have the following values:

  • ZONE_TORSO

  • ZONE_HEAD

  • ZONE_LEFT_ARM

  • ZONE_RIGHT_ARM

  • ZONE_LEFT_LEG

  • ZONE_RIGHT_LEG

The names of the zones speak for themselves.

Last updated