Thread: Name Color
View Single Post
12-01-19, 11:43 AM   #6
xxmixmaster
A Murloc Raider
Join Date: May 2017
Posts: 5
Originally Posted by Sylen View Post
Lua Code:
  1. for _, frame in pairs({PlayerFrame, TargetFrame, FocusFrame}) do
  2.     frame.name:SetVertexColor(1,1,1) --Colours names white
  3. end
Works perfect can you find as well the script for making target/focus frame background transparent cuz default if you target friendly target its blue and if its enemy its red can be showed like playerframe w/o background .

ty in advance.

https://imgur.com/CIiEzWf
  Reply With Quote