For the complete documentation index, see llms.txt. This page is also available as Markdown.

globalNametagScale {get;set}

API -

return function()
    local app = getApp();
    app.globalNametagScale = 2; --accepts values etween 0.5 and 1.5
end

Last updated