The
When I type it in it puts a 0.00 and just sticks at that number despitie if im turning ext, is this what its supposed to do?Code:/run local p,f,m,t=Minimap,CreateFrame"Frame"m,t=({p:GetChildren()})[9],p:CreateFontString(0,0,"SystemFont")t:SetPoint("TOP",0,-9)f:SetScript("OnUpdate",function()_=mod(m:GetFacing()/PI,.5)t:SetFormattedText((_<.002 and"124cff11ff11"or"").."%.3f",_)end)