View Single Post
11-23-19, 11:09 PM   #2
Skimo
A Murloc Raider
 
Skimo's Avatar
Join Date: Sep 2019
Posts: 5
I forgot to include what I have so far, here it is!


local model = CreateFrame("PlayerModel", nil, UIParent)
model:SetSize(150, 200)
model:SetPoint("CENTER", UIParent, "CENTER", 0, 0)
model:SetUnit("player")
model:SetCamera(2)
model:SetFacing(30)
model:RefreshCamera()
model:Show()

local model = CreateFrame("PlayerModel", nil, UIParent)
model:SetSize(150, 200)
model:SetPoint("CENTER", UIParent, "CENTER", 0, 0)
model:SetUnit("target")
model:SetCamera(2)
model:RefreshCamera()
model:Show()
  Reply With Quote