View Single Post
03-09-13, 06:31 AM   #1
Calissi
A Defias Bandit
Join Date: Mar 2013
Posts: 2
Post Updating string text

I have an update function that updates the text, but it places it on top of the existing text is there a way to modify it.
Because there is ModifyText command.

example of what i have

Code:
function Update()
local Title = f:CreateFontString(nil, "OVERLAY", "GameFontNormal")
Title:SetPoint("Center",0,166)
Title:SetText("Title")
end
  Reply With Quote