View Single Post
01-23-23, 05:32 AM   #6
stressful
A Defias Bandit
Join Date: Jan 2023
Posts: 3
Originally Posted by SDPhantom View Post
You can change the base font object and it'll propagate through all fontstrings that inherit from it.
Lua Code:
  1. local name,_,style=TextStatusBarText:GetFont();
  2. TextStatusBarText:SetFont(name,14,style);
Note: Font objects seem to ignore the virtual XML tag and actually exist in the global environment.
where do i paste this?
  Reply With Quote