View Single Post
08-01-18, 04:52 PM   #8
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
If you only care about its visibility and not whether you can interact with it, you can show and hide the player frame whenever you want by just setting its alpha via PlayerFrame:SetAlpha(0) and PlayerFrame:SetAlpha(1).

You will not be able to click through it (unless you want to remove mouse interaction altogether), but you can easily toggle its visibility.
  Reply With Quote