Advertisement
Heafstaag

Hiding actionbar text

Apr 6th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Run these two macros to hide keybind text
  2.  
  3. /run for i = 1, 12 do _G["BonusActionButton"..i.."HotKey"]:SetAlpha(0)) end
  4. /run for i = 1, 12 do _G["MultiBarBottomLeftButton"..i.."HotKey"]:SetAlpha(0) end
  5. /run for i = 1, 12 do _G["MultiBarBottomRightButton"..i.."HotKey"]:SetAlpha(0) end
  6.  
  7. and this
  8.  
  9. /run for i = 1, 12 do _G["ActionButton"..i.."HotKey"]:SetAlpha(0) end
  10. /run for i = 1, 12 do _G["MultiBarLeftButton"..i.."HotKey"]:SetAlpha(0) end
  11. /run for i = 1, 12 do _G["MultiBarRightButton"..i.."HotKey"]:SetAlpha(0) end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement