View Single Post
07-26-16, 06:08 PM   #4
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
You can't change the skin of a model.

If you want a specific skin on a specific model you'll need to find its display ID and use model:SetDisplayInfo() (or less ideally model:SetCreature() if you can't figure out its display ID) for it.
  Reply With Quote